Interface IVirtualFlowGraphNode

    • Method Detail

      • getOwner

        NodeKey getOwner()
        Gets the owner of this virtual node. The owner is the WorkflowNode which creates this virtual node. The owner is never a virtual node, but always a real WorkflowNode.
        Returns:
        The owner of this virtual node.
      • getPurpose

        EVirtualFlowGraphNodePurpose getPurpose()
        Gets the reason with the purpose why this virtual flow graph node was introduced. This is used for informative purposes only and does not have an effect on the runtime behavior of the flow graph analysis.
        Returns:
        The purpose that this virtual node serves.