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"