public class ForestNodeGLL extends ForestNode
When walking the graph, for example to extract parses, these nodes represent what's available in the graph.
Modifier and Type | Field and Description |
---|---|
boolean |
intermediate |
int |
pivot |
AMBIGUOUS_ATTRIBUTE, id, leftExtent, logcategory, PRIORITY_ATTRIBUTE, rightExtent, state, symbol
Modifier and Type | Method and Description |
---|---|
void |
addEdge(ForestNodeGLL node) |
boolean |
equals(java.lang.Object obj) |
addFamily, addFamily, getFamilies, getPriority, getState, getSymbol, hashCode, toString
public void addEdge(ForestNodeGLL node)
public boolean equals(java.lang.Object obj)
equals
in class ForestNode