public interface OperationalScenario extends NamedElement
The following features are supported:
OaPackage.getOperationalScenario()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContext()
Returns the value of the 'Context' attribute.
|
java.lang.String |
getObjective()
Returns the value of the 'Objective' attribute.
|
void |
setContext(java.lang.String value)
Sets the value of the '
Context' attribute. |
void |
setObjective(java.lang.String value)
Sets the value of the '
Objective' attribute. |
getName, setNamegetAppliedPropertyValueGroups, 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, setSidgetOwnedExtensionsjava.lang.String getContext()
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
setContext(String),
OaPackage.getOperationalScenario_Context()void setContext(java.lang.String value)
Context' attribute.
value - the new value of the 'Context' attribute.getContext()java.lang.String getObjective()
If the meaning of the 'Objective' attribute isn't clear, there really should be more of a description here...
setObjective(String),
OaPackage.getOperationalScenario_Objective()void setObjective(java.lang.String value)
Objective' attribute.
value - the new value of the 'Objective' attribute.getObjective()