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

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

public class FalseBranch
extends Edge

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

Author:
Trevor Harmon

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

Constructor Detail

FalseBranch

public FalseBranch()