uk.ac.ebi.cytocopter.internal.cellnoptr.utils
Class NetworkAttributes

java.lang.Object
  extended by uk.ac.ebi.cytocopter.internal.cellnoptr.utils.NetworkAttributes

public class NetworkAttributes
extends Object


Constructor Summary
NetworkAttributes()
           
 
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
 

Constructor Detail

NetworkAttributes

public NetworkAttributes()
Method Detail

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.