Uses of Class
at.dms.jperf.Node

Packages that use Node
at.dms.jperf   
 

Uses of Node in at.dms.jperf
 

Methods in at.dms.jperf that return Node
 Node Graph.findNode(long label)
          Searches node with given label the intermediate graph.
 

Methods in at.dms.jperf with parameters of type Node
 void Graph.addNode(Node node)
          Adds a node to the graph.
 void Node.addAdjacency(Node node, long edge)
          Add an adjacent node with its edge to the adjacency list of this node.
 boolean Node.reaches(Node target)
          Checks whether there is a path from this node to the target node.