Uses of Class
org.wilmascope.graph.NodeList

Packages that use NodeList
org.wilmascope.fastlayout   
org.wilmascope.graph   
 

Uses of NodeList in org.wilmascope.fastlayout
 

Methods in org.wilmascope.fastlayout with parameters of type NodeList
 void DensityMatrix.set(NodeList nodes)
           
 

Uses of NodeList in org.wilmascope.graph
 

Methods in org.wilmascope.graph that return NodeList
 NodeList Cluster.getAllNodes()
           
 NodeList NodeList.getIsolated()
           
 NodeList Cluster.getNodes()
           
 NodeList NodeList.getSinks()
           
 NodeList NodeList.getSources()
           
 

Methods in org.wilmascope.graph with parameters of type NodeList
 void Cluster.addNodes(NodeList startNodes)
          Add the specified nodes to this cluster
 void NodeList.removeAll(NodeList l)
          removes all references to the nodes in l in this list and if they are clusters then also from the cluster list beneath this NodeList
 

Constructors in org.wilmascope.graph with parameters of type NodeList
NodeList(NodeList nodes)
           
Plane(NodeList nodes)
          Creates a plane of best fit for the nodes using orthogonal regression