|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectasd.ASDGrammarSuccessor
public class ASDGrammarSuccessor
Instances are successor links from ASDGrammarNodes. They correspond to edges in an ASD grammar diagram and point to successor ASDGrammarNodes.
| Field Summary | |
|---|---|
protected java.lang.String |
successorInstance
|
protected ASDGrammarNode |
successorNode
|
protected java.lang.String |
successorWord
|
protected short |
xCoordinate
|
protected short |
yCoordinate
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String successorWord
protected java.lang.String successorInstance
protected ASDGrammarNode successorNode
protected short xCoordinate
protected short yCoordinate
| Method Detail |
|---|
public java.lang.String getWord()
public java.lang.String getInstance()
public ASDGrammarNode getNode()
public short getXCoordinate()
public short getYCoordinate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||