public class ASDGrammarSuccessor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
successorInstance |
protected ASDGrammarNode |
successorNode |
protected java.lang.String |
successorWord |
protected short |
xCoordinate |
protected short |
yCoordinate |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstance()
Returns the instance index of the successor node.
|
ASDGrammarNode |
getNode()
Returns the ASDGrammarNode that the successor goes to.
|
java.lang.String |
getWord()
Returns the word string of the successor node.
|
short |
getXCoordinate()
Returns the horizontal pixel coordinate of the handle of the
digraph edge that corresponds to the successor.
|
short |
getYCoordinate()
Returns the vertical pixel coordinate of the handle of the
digraph edge that corresponds to the successor.
|
protected java.lang.String successorWord
protected java.lang.String successorInstance
protected ASDGrammarNode successorNode
protected short xCoordinate
protected short yCoordinate
public java.lang.String getWord()
public java.lang.String getInstance()
public ASDGrammarNode getNode()
public short getXCoordinate()
public short getYCoordinate()