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

java.lang.Object
  extended by edu.uci.eecs.doc.cascade.graph.Edge
      extended by edu.uci.eecs.doc.cascade.graph.TrueBranch

public class TrueBranch
extends Edge

Represents the "taken" branch in outgoing edges of branching nodes (e.g., if-then-else, loops) in a control flow graph.

Author:
Trevor Harmon

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

Constructor Detail

TrueBranch

public TrueBranch()