edu.stanford.nlp.parser.lexparser
Class Edge

java.lang.Object
  extended by edu.stanford.nlp.parser.lexparser.Item
      extended by edu.stanford.nlp.parser.lexparser.Edge
All Implemented Interfaces:
Scored

public class Edge
extends Item

Class for parse edges.

Author:
Dan Klein

Field Summary
 Hook backHook
           
 
Fields inherited from class edu.stanford.nlp.parser.lexparser.Item
backEdge, end, head, iScore, oScore, start, state, tag
 
Constructor Summary
Edge()
           
Edge(Edge e)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 boolean isEdge()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.stanford.nlp.parser.lexparser.Item
isPostHook, isPreHook, score
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

backHook

public Hook backHook
Constructor Detail

Edge

public Edge()

Edge

public Edge(Edge e)
Method Detail

isEdge

public boolean isEdge()
Overrides:
isEdge in class Item

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Stanford NLP Group