Interface Continuation

    • Method Detail

      • isSetting

        boolean isSetting()
        Returns the value of the 'Setting' attribute. The default value is "true". True: when the Continuation is at the end of the enclosing InteractionFragment and False when it is in the beginning.
        Returns:
        the value of the 'Setting' attribute.
        See Also:
        setSetting(boolean), UMLPackage.getContinuation_Setting()
      • setSetting

        void setSetting​(boolean value)
        Sets the value of the 'Setting' attribute.
        Parameters:
        value - the new value of the 'Setting' attribute.
        See Also:
        isSetting()
      • validateSameName

        boolean validateSameName​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                 Map context)
        Continuations with the same name may only cover the same set of Lifelines (within one Classifier). true
      • validateGlobal

        boolean validateGlobal​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                               Map context)
        Continuations are always global in the enclosing InteractionFragment e.g. it always covers all Lifelines covered by the enclosing InteractionFragment. true
      • validateFirstOrLastInteractionFragment

        boolean validateFirstOrLastInteractionFragment​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                                       Map context)
        Continuations always occur as the very first InteractionFragment or the very last InteractionFragment of the enclosing InteractionFragment. true