public interface Mission extends NamedElement, InvolverElement
The following features are supported:
CtxPackage.getMission()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Capability> |
getExploitedCapabilities()
Returns the value of the 'Exploited Capabilities' reference list.
|
org.eclipse.emf.common.util.EList<ActorMissionInvolvement> |
getInvolvedActors()
Returns the value of the 'Involved Actors' reference list.
|
SystemMissionInvolvement |
getInvolvedSystem()
Returns the value of the 'Involved System' reference.
|
org.eclipse.emf.common.util.EList<ActorMissionInvolvement> |
getOwnedActorMissionInvolvements()
Returns the value of the 'Owned Actor Mission Involvements' containment reference list.
|
org.eclipse.emf.common.util.EList<CapabilityExploitation> |
getOwnedCapabilityExploitations()
Returns the value of the 'Owned Capability Exploitations' containment reference list.
|
SystemMissionInvolvement |
getOwnedSystemMissionInvolvement()
Returns the value of the 'Owned System Mission Involvement' containment reference.
|
org.eclipse.emf.common.util.EList<Actor> |
getParticipatingActors()
Returns the value of the 'Participating Actors' reference list.
|
System |
getParticipatingSystem()
Returns the value of the 'Participating System' reference.
|
void |
setOwnedSystemMissionInvolvement(SystemMissionInvolvement value)
Sets the value of the '
Owned System Mission Involvement' containment reference. |
getName, setNamegetInvolvedInvolvementsgetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<ActorMissionInvolvement> getOwnedActorMissionInvolvements()
ActorMissionInvolvement.
If the meaning of the 'Owned Actor Mission Involvements' containment reference list isn't clear, there really should be more of a description here...
CtxPackage.getMission_OwnedActorMissionInvolvements()SystemMissionInvolvement getOwnedSystemMissionInvolvement()
If the meaning of the 'Owned System Mission Involvement' containment reference isn't clear, there really should be more of a description here...
setOwnedSystemMissionInvolvement(SystemMissionInvolvement),
CtxPackage.getMission_OwnedSystemMissionInvolvement()void setOwnedSystemMissionInvolvement(SystemMissionInvolvement value)
Owned System Mission Involvement' containment reference.
value - the new value of the 'Owned System Mission Involvement' containment reference.getOwnedSystemMissionInvolvement()org.eclipse.emf.common.util.EList<CapabilityExploitation> getOwnedCapabilityExploitations()
CapabilityExploitation.
If the meaning of the 'Owned Capability Exploitations' containment reference list isn't clear, there really should be more of a description here...
CtxPackage.getMission_OwnedCapabilityExploitations()org.eclipse.emf.common.util.EList<Actor> getParticipatingActors()
Actor.
It is bidirectional and its opposite is 'Contributed Missions'.
If the meaning of the 'Participating Actors' reference list isn't clear, there really should be more of a description here...
CtxPackage.getMission_ParticipatingActors(),
Actor.getContributedMissions()System getParticipatingSystem()
Contributed Missions'.
If the meaning of the 'Participating System' reference isn't clear, there really should be more of a description here...
CtxPackage.getMission_ParticipatingSystem(),
System.getContributedMissions()org.eclipse.emf.common.util.EList<ActorMissionInvolvement> getInvolvedActors()
ActorMissionInvolvement.
It is bidirectional and its opposite is 'Mission'.
If the meaning of the 'Involved Actors' reference list isn't clear, there really should be more of a description here...
CtxPackage.getMission_InvolvedActors(),
ActorMissionInvolvement.getMission()SystemMissionInvolvement getInvolvedSystem()
Mission'.
If the meaning of the 'Involved System' reference isn't clear, there really should be more of a description here...
CtxPackage.getMission_InvolvedSystem(),
SystemMissionInvolvement.getMission()org.eclipse.emf.common.util.EList<Capability> getExploitedCapabilities()
Capability.
It is bidirectional and its opposite is 'Purpose Missions'.
If the meaning of the 'Exploited Capabilities' reference list isn't clear, there really should be more of a description here...
CtxPackage.getMission_ExploitedCapabilities(),
Capability.getPurposeMissions()