edu.uci.eecs.doc.cascade.graph
Class Edge

java.lang.Object
  extended by edu.uci.eecs.doc.cascade.graph.Edge
Direct Known Subclasses:
FalseBranch, TrueBranch

public class Edge
extends Object

Represents edges between nodes in a control flow graph.

Author:
Trevor Harmon

Constructor Summary
Edge()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edge

public Edge()