edu.stanford.nlp.classify
Class ID

java.lang.Object
  |
  +--edu.stanford.nlp.classify.ID

public class ID
extends Object


Constructor Summary
ID(int id)
           
 
Method Summary
 int getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ID

public ID(int id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getValue

public int getValue()


Stanford NLP Group