edu.stanford.nlp.parser.oldparser
Class Traversal

java.lang.Object
  |
  +--edu.stanford.nlp.parser.oldparser.Traversal
All Implemented Interfaces:
Scored

public final class Traversal
extends Object
implements Scored

Traversal


Field Summary
 Edge activeEdge
           
 Edge passiveEdge
           
 double score
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 double score()
          Return the score of this thing
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

activeEdge

public Edge activeEdge

passiveEdge

public Edge passiveEdge

score

public double score
Method Detail

score

public double score()
Description copied from interface: Scored
Return the score of this thing

Specified by:
score in interface Scored

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Stanford NLP Group