SysProM
    Preparing search index...

    Variable NODE_LABEL_TO_TYPEConst

    NODE_LABEL_TO_TYPE: Record<
        string,
        | "intent"
        | "concept"
        | "capability"
        | "element"
        | "realisation"
        | "invariant"
        | "principle"
        | "policy"
        | "protocol"
        | "stage"
        | "role"
        | "gate"
        | "mode"
        | "artefact"
        | "artefact_flow"
        | "decision"
        | "change"
        | "view"
        | "milestone"
        | "version",
    > = nodeTypeDef.reverse

    Reverse map from human-readable label to node type key (e.g. "Intent""intent").