Uses of Class
org.wilmascope.dotparser.NodeClient

Packages that use NodeClient
org.wilmascope.dotparser   
 

Uses of NodeClient in org.wilmascope.dotparser
 

Fields in org.wilmascope.dotparser declared as NodeClient
 NodeClient EdgeClient.end
           
 NodeClient EdgeClient.start
           
 

Methods in org.wilmascope.dotparser that return NodeClient
 NodeClient GraphClient.addNode(java.lang.String id)
           
static NodeClient DotParser.node(GraphClient g)
           
 

Methods in org.wilmascope.dotparser with parameters of type NodeClient
 EdgeClient GraphClient.addEdge(NodeClient start, NodeClient end)
           
static EdgeClient DotParser.edgeRHS(GraphClient g, NodeClient start)
           
static void DotParser.nodeAtts(NodeClient n)
           
 

Constructors in org.wilmascope.dotparser with parameters of type NodeClient
EdgeClient(NodeClient start, NodeClient end)