interface CfgControlDependencyEdge {
    caused: NodeId;
    label: Cd;
    when: "TRUE" | "FALSE";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of CfgControlDependencyEdge

Properties

Properties

caused: NodeId

the id which caused the control dependency

label: Cd
when: "TRUE" | "FALSE"

is the control dependency satisfied with a true condition or is it negated (e.g., else-branch)?