Uses of Class
org.wilmascope.file.XMLGraph.Node

Packages that use XMLGraph.Node
org.wilmascope.file   
 

Uses of XMLGraph.Node in org.wilmascope.file
 

Subclasses of XMLGraph.Node in org.wilmascope.file
 class XMLGraph.Cluster
           
 

Methods in org.wilmascope.file that return XMLGraph.Node
 XMLGraph.Node XMLGraph.Cluster.addNode()
           
 XMLGraph.Node XMLGraph.createNode()
           
 

Methods in org.wilmascope.file with parameters of type XMLGraph.Node
 void XMLGraph.Cluster.addNode(XMLGraph.Node node)
           
 int XMLGraph.Node.compareTo(XMLGraph.Node other)