asd
Class ASDDigraphEdge

java.lang.Object
  extended by digraphs.DigraphEdge
      extended by asd.ASDDigraphEdge

public class ASDDigraphEdge
extends DigraphEdge

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.

Author:
James A. Mason

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

ASDDigraphEdge

public ASDDigraphEdge(asd.ASDDigraphNode origin,
                      asd.ASDDigraphNode destination)