uk.ac.ebi.cytocopter.internal.cellnoptr.utils
Class NetworkAttributes
java.lang.Object
uk.ac.ebi.cytocopter.internal.cellnoptr.utils.NetworkAttributes
public class NetworkAttributes
- extends Object
|
Method Summary |
static void |
addNodeTypeAttribute(String networkName,
Collection<String> nodesName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
|
static void |
addNodeTypeAttribute(String networkName,
String[] nodesName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
|
static void |
addNodeTypeAttribute(String networkName,
String nodeName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
|
static void |
removeNodeTypeAttribute(String networkName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkAttributes
public NetworkAttributes()
addNodeTypeAttribute
public static void addNodeTypeAttribute(String networkName,
Collection<String> nodesName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
addNodeTypeAttribute
public static void addNodeTypeAttribute(String networkName,
String[] nodesName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
addNodeTypeAttribute
public static void addNodeTypeAttribute(String networkName,
String nodeName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
removeNodeTypeAttribute
public static void removeNodeTypeAttribute(String networkName,
NodeTypeAttributeEnum nodeTypeAttribute,
org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
Copyright © 2014. All rights reserved.