|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.Item
edu.stanford.nlp.parser.lexparser.Edge
public class Edge
Class for parse edges.
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(Object o)
|
int |
hashCode()
|
boolean |
isEdge()
|
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 |
---|
public Hook backHook
Constructor Detail |
---|
public Edge()
public Edge(Edge e)
Method Detail |
---|
public boolean isEdge()
isEdge
in class Item
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |