mjc

Uses of Class
org.multijava.util.jperf.Node

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

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.