All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, InteractionFragment, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, 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:
Model:
annotation="MOF package='interactions.mdfragments'"
Generated:
  • Method Details

    • 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:
      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:
      Generated: