Interface ForkNode

    • Method Detail

      • validateOneIncomingEdge

        boolean validateOneIncomingEdge​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                        Map context)
        A fork node has one incoming edge. true
      • validateEdges

        boolean validateEdges​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                              Map context)
        The edges coming into and out of a fork node must be either all object flows or all control flows. true