Interface Lifeline
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
public interface Lifeline extends NamedElement
A representation of the model object 'Lifeline'.A Lifeline represents an individual participant in the Interaction. While parts and structural features may have multiplicity greater than 1, Lifelines represent only one interacting entity.
The following features are supported:
- See Also:
UMLPackage.getLifeline()
- Model:
- annotation="MOF package='interactions.mdbasicinteractions'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<OccurrenceSpecification>
get_occurrenceSpecificationOfCovered()
Returns the value of the 'occurrence Specification Of Covered' reference list.java.util.Collection<StateInvariant>
get_stateInvariantOfCovered()
Returns the value of the 'state Invariant Of Covered' reference list.java.util.Collection<InteractionFragment>
getCoveredBy()
Returns the value of the 'Covered By' reference list.PartDecomposition
getDecomposedAs()
Returns the value of the 'Decomposed As' reference.Interaction
getInteraction()
Returns the value of the 'Interaction' container reference.ConnectableElement
getRepresents()
Returns the value of the 'Represents' reference.ValueSpecification
getSelector()
Returns the value of the 'Selector' containment reference.boolean
has_occurrenceSpecificationOfCovered()
boolean
has_stateInvariantOfCovered()
boolean
hasCoveredBy()
void
setDecomposedAs(PartDecomposition value)
Sets the value of the 'Decomposed As
' reference.void
setInteraction(Interaction value)
Sets the value of the 'Interaction
' container reference.void
setRepresents(ConnectableElement value)
Sets the value of the 'Represents
' reference.void
setSelector(ValueSpecification value)
Sets the value of the 'Selector
' containment reference.-
Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElement
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
getRepresents
@CheckForNull ConnectableElement getRepresents()
Returns the value of the 'Represents' reference. It is bidirectional and its opposite is '.compositestructures.mdinternalstructures.ConnectableElement#get_lifelineOfRepresents lifeline Of Represents
'. References the ConnectableElement within the classifier that contains the enclosing interaction.- Returns:
- the value of the 'Represents' reference.
- See Also:
setRepresents(ConnectableElement)
,UMLPackage.getLifeline_Represents()
,ConnectableElement.get_lifelineOfRepresents()
- Model:
- opposite="_lifelineOfRepresents" ordered="false"
- Generated:
-
setRepresents
void setRepresents(@CheckForNull ConnectableElement value)
Sets the value of the 'Represents
' reference.- Parameters:
value
- the new value of the 'Represents' reference.- See Also:
getRepresents()
- Generated:
-
getInteraction
@CheckForNull Interaction getInteraction()
Returns the value of the 'Interaction' container reference. It is bidirectional and its opposite is 'Lifeline
'. References the Interaction enclosing this Lifeline.- Returns:
- the value of the 'Interaction' container reference.
- See Also:
setInteraction(Interaction)
,UMLPackage.getLifeline_Interaction()
,Interaction.getLifeline()
- Model:
- opposite="lifeline" required="true" transient="false" ordered="false"
- Generated:
-
setInteraction
void setInteraction(@CheckForNull Interaction value)
Sets the value of the 'Interaction
' container reference.- Parameters:
value
- the new value of the 'Interaction' container reference.- See Also:
getInteraction()
- Generated:
-
getSelector
@CheckForNull ValueSpecification getSelector()
Returns the value of the 'Selector' containment reference. It is bidirectional and its opposite is 'lifeline Of Selector
'. If the referenced ConnectableElement is multivalued, then this specifies the specific individual part within that set.- Returns:
- the value of the 'Selector' containment reference.
- See Also:
setSelector(ValueSpecification)
,UMLPackage.getLifeline_Selector()
,ValueSpecification.get_lifelineOfSelector()
- Model:
- opposite="_lifelineOfSelector" containment="true" resolveProxies="true" ordered="false"
- Generated:
-
setSelector
void setSelector(@CheckForNull ValueSpecification value)
Sets the value of the 'Selector
' containment reference.- Parameters:
value
- the new value of the 'Selector' containment reference.- See Also:
getSelector()
- Generated:
-
get_occurrenceSpecificationOfCovered
java.util.List<OccurrenceSpecification> get_occurrenceSpecificationOfCovered()
Returns the value of the 'occurrence Specification Of Covered' reference list. The list contents are of typeOccurrenceSpecification
. It is bidirectional and its opposite is 'Covered
'.If the meaning of the 'occurrence Specification Of Covered' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'occurrence Specification Of Covered' reference list.
- See Also:
UMLPackage.getLifeline__occurrenceSpecificationOfCovered()
,OccurrenceSpecification.getCovered()
- Model:
- opposite="covered" volatile="true"
- Generated:
-
get_stateInvariantOfCovered
java.util.Collection<StateInvariant> get_stateInvariantOfCovered()
Returns the value of the 'state Invariant Of Covered' reference list. The list contents are of typeStateInvariant
. It is bidirectional and its opposite is 'Covered
'.If the meaning of the 'state Invariant Of Covered' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'state Invariant Of Covered' reference list.
- See Also:
UMLPackage.getLifeline__stateInvariantOfCovered()
,StateInvariant.getCovered()
- Model:
- opposite="covered" volatile="true" ordered="false"
- Generated:
-
getDecomposedAs
@CheckForNull PartDecomposition getDecomposedAs()
Returns the value of the 'Decomposed As' reference. It is bidirectional and its opposite is 'lifeline Of Decomposed As
'. References the Interaction that represents the decomposition.- Returns:
- the value of the 'Decomposed As' reference.
- See Also:
setDecomposedAs(PartDecomposition)
,UMLPackage.getLifeline_DecomposedAs()
,PartDecomposition.get_lifelineOfDecomposedAs()
- Model:
- opposite="_lifelineOfDecomposedAs" ordered="false"
- Generated:
-
setDecomposedAs
void setDecomposedAs(@CheckForNull PartDecomposition value)
Sets the value of the 'Decomposed As
' reference.- Parameters:
value
- the new value of the 'Decomposed As' reference.- See Also:
getDecomposedAs()
- Generated:
-
getCoveredBy
java.util.Collection<InteractionFragment> getCoveredBy()
Returns the value of the 'Covered By' reference list. The list contents are of typeInteractionFragment
. It is bidirectional and its opposite is 'Covered
'. References the InteractionFragments in which this Lifeline takes part.- Returns:
- the value of the 'Covered By' reference list.
- See Also:
UMLPackage.getLifeline_CoveredBy()
,InteractionFragment.getCovered()
- Model:
- opposite="covered" ordered="false"
- Generated:
-
has_occurrenceSpecificationOfCovered
boolean has_occurrenceSpecificationOfCovered() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
has_stateInvariantOfCovered
boolean has_stateInvariantOfCovered() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
hasCoveredBy
boolean hasCoveredBy() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
-