Interface Include

All Superinterfaces:
BaseElement, Cloneable, Comparable, DirectedRelationship, Element, org.eclipse.emf.ecore.EObject, 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, Relationship

public interface Include extends NamedElement, DirectedRelationship
A representation of the model object 'Include'.

An Include relationship specifies that a UseCase contains the behavior defined in another UseCase.

The following features are supported:

See Also:
Model:
annotation="MOF package='mdusecases'"
Generated:
  • Method Details

    • getIncludingCase

      @CheckForNull UseCase getIncludingCase()
      Returns the value of the 'Including Case' container reference. It is bidirectional and its opposite is 'Include'. The UseCase which includes the addition and owns the Include relationship.
      Returns:
      the value of the 'Including Case' container reference.
      See Also:
      Model:
      opposite="include" required="true" transient="false" ordered="false"
      Generated:
    • setIncludingCase

      void setIncludingCase(@CheckForNull UseCase value)
      Sets the value of the 'Including Case' container reference.
      Parameters:
      value - the new value of the 'Including Case' container reference.
      See Also:
      Generated:
    • getAddition

      @CheckForNull UseCase getAddition()
      Returns the value of the 'Addition' reference. It is bidirectional and its opposite is 'include Of Addition'. The UseCase that is to be included.
      Returns:
      the value of the 'Addition' reference.
      See Also:
      Model:
      opposite="_includeOfAddition" required="true" ordered="false"
      Generated:
    • setAddition

      void setAddition(@CheckForNull UseCase value)
      Sets the value of the 'Addition' reference.
      Parameters:
      value - the new value of the 'Addition' reference.
      See Also:
      Generated: