Interface Continuation

  • All Superinterfaces:
    BaseElement, java.lang.Cloneable, java.lang.Comparable, Element, org.eclipse.emf.ecore.EObject, InteractionFragment, MDObject, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

    public interface Continuation
    extends InteractionFragment
    A representation of the model object 'Continuation'.

    A Continuation is a syntactic way to define continuations of different branches of an alternative CombinedFragment. Continuations are intuitively similar to labels representing intermediate points in a flow of control.

    The following features are supported:

    See Also:
    UMLPackage.getContinuation()
    Model:
    annotation="MOF package='interactions.mdfragments'"
    Generated:
    • 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()
        Model:
        default="true" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setSetting

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