public class StructuredControlFlowBuilder<T> extends Object
| Constructor and Description |
|---|
StructuredControlFlowBuilder(List<T> nodesInOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ControlFlowEdgeType edgeType,
T source,
T destination) |
StructuredControlFlow<T> |
build() |
public void add(ControlFlowEdgeType edgeType, T source, T destination)
public StructuredControlFlow<T> build() throws HeadToHeadControlFlowException
HeadToHeadControlFlowExceptionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.