|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Node | |
| org.multijava.util.jperf | Defines the perfect hashing function generator Package Specification JPerf is the perfect hashing function generator for the compilers in MultiJava and the Java Modeling Language. |
| Uses of Node in org.multijava.util.jperf |
| Methods in org.multijava.util.jperf that return Node | |
Node |
Graph.findNode(long label)
Searches node with given label the intermediate graph. |
| Methods in org.multijava.util.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 wheter there is a path from this node to the target node. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||