junit.quilt.cover.generic
Class FlowControlEdge
java.lang.Object
|
+--junit.quilt.cover.generic.FlowControlEdge
- All Implemented Interfaces:
- org.apache.commons.graph.Edge
- Direct Known Subclasses:
- BranchEdge, DummyEdge, ExceptionEdge, JSREdge, NormalEdge, ReturnEdge, SelectEdge
- public class FlowControlEdge
- extends java.lang.Object
- implements org.apache.commons.graph.Edge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowControlEdge
public FlowControlEdge()
FlowControlEdge
public FlowControlEdge(BlockVertex source,
BlockVertex target)
FlowControlEdge
public FlowControlEdge(int weight,
BlockVertex source,
BlockVertex target)
setSource
public void setSource(BlockVertex source)
setTarget
public void setTarget(BlockVertex target)
getSource
public BlockVertex getSource()
getTarget
public BlockVertex getTarget()
connect
public void connect(org.apache.bcel.generic.MethodGen method,
org.apache.bcel.generic.InstructionList il,
org.apache.bcel.generic.InstructionHandle source,
org.apache.bcel.generic.InstructionHandle target)
throws InvalidTransitionException
Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.