edu.mit.sketch.ddlcompiler
Class PartialRecognitionNode

java.lang.Object
  |
  +--edu.mit.sketch.ddlcompiler.PartialRecognitionNode

public class PartialRecognitionNode
extends Object


Constructor Summary
PartialRecognitionNode(int node_id)
          The constructor
 
Method Summary
 void addEdge()
          The string representation.
 String toString()
          The string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialRecognitionNode

public PartialRecognitionNode(int node_id)
The constructor
Method Detail

addEdge

public void addEdge()
The string representation.

toString

public String toString()
The string representation.
Overrides:
toString in class Object