interface CfgControlDependencyEdge {
    caused: NodeId;
    label: "CD";
    when: "TRUE" | "FALSE";
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of CfgControlDependencyEdge

Properties

Properties

caused: NodeId

the id which caused the control dependency

label: "CD"
when: "TRUE" | "FALSE"