|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdigraphs.DigraphEdge
asd.ASDDigraphEdge
public class ASDDigraphEdge
Instances represent edges in an ASD grammar for the grammar optimizer and graphical grammar editor. Access of the class and constructor must be public in order for it to be used by reflection in Digraph.java method addEdgeFromNodeToNode.
| Constructor Summary | |
|---|---|
ASDDigraphEdge(asd.ASDDigraphNode origin,
asd.ASDDigraphNode destination)
|
|
| Method Summary |
|---|
| Methods inherited from class digraphs.DigraphEdge |
|---|
getFromNode, getToNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASDDigraphEdge(asd.ASDDigraphNode origin,
asd.ASDDigraphNode destination)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||