public interface Requirement extends Namespace
The following features are supported:
RequirementPackage.getRequirement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalInformation()
Returns the value of the 'Additional Information' attribute.
|
java.lang.String |
getFeature()
Returns the value of the 'Feature' attribute.
|
java.lang.String |
getImplementationVersion()
Returns the value of the 'Implementation Version' attribute.
|
org.eclipse.emf.common.util.EList<CapellaElement> |
getRelatedCapellaElements()
Returns the value of the 'Related Capella Elements' reference list.
|
java.lang.String |
getRequirementId()
Returns the value of the 'Requirement Id' attribute.
|
java.lang.String |
getVerificationMethod()
Returns the value of the 'Verification Method' attribute.
|
java.lang.String |
getVerificationPhase()
Returns the value of the 'Verification Phase' attribute.
|
boolean |
isIsObsolete()
Returns the value of the 'Is Obsolete' attribute.
|
void |
setAdditionalInformation(java.lang.String value)
Sets the value of the '
Additional Information' attribute. |
void |
setFeature(java.lang.String value)
Sets the value of the '
Feature' attribute. |
void |
setImplementationVersion(java.lang.String value)
Sets the value of the '
Implementation Version' attribute. |
void |
setIsObsolete(boolean value)
Sets the value of the '
Is Obsolete' attribute. |
void |
setRequirementId(java.lang.String value)
Sets the value of the '
Requirement Id' attribute. |
void |
setVerificationMethod(java.lang.String value)
Sets the value of the '
Verification Method' attribute. |
void |
setVerificationPhase(java.lang.String value)
Sets the value of the '
Verification Phase' attribute. |
getContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, 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, setSidgetOwnedExtensionsboolean isIsObsolete()
If the meaning of the 'Is Obsolete' attribute isn't clear, there really should be more of a description here...
setIsObsolete(boolean),
RequirementPackage.getRequirement_IsObsolete()void setIsObsolete(boolean value)
Is Obsolete' attribute.
value - the new value of the 'Is Obsolete' attribute.isIsObsolete()java.lang.String getRequirementId()
If the meaning of the 'Requirement Id' attribute isn't clear, there really should be more of a description here...
setRequirementId(String),
RequirementPackage.getRequirement_RequirementId()void setRequirementId(java.lang.String value)
Requirement Id' attribute.
value - the new value of the 'Requirement Id' attribute.getRequirementId()java.lang.String getAdditionalInformation()
If the meaning of the 'Additional Information' attribute isn't clear, there really should be more of a description here...
setAdditionalInformation(String),
RequirementPackage.getRequirement_AdditionalInformation()void setAdditionalInformation(java.lang.String value)
Additional Information' attribute.
value - the new value of the 'Additional Information' attribute.getAdditionalInformation()java.lang.String getVerificationMethod()
If the meaning of the 'Verification Method' attribute isn't clear, there really should be more of a description here...
setVerificationMethod(String),
RequirementPackage.getRequirement_VerificationMethod()void setVerificationMethod(java.lang.String value)
Verification Method' attribute.
value - the new value of the 'Verification Method' attribute.getVerificationMethod()java.lang.String getVerificationPhase()
If the meaning of the 'Verification Phase' attribute isn't clear, there really should be more of a description here...
setVerificationPhase(String),
RequirementPackage.getRequirement_VerificationPhase()void setVerificationPhase(java.lang.String value)
Verification Phase' attribute.
value - the new value of the 'Verification Phase' attribute.getVerificationPhase()java.lang.String getImplementationVersion()
If the meaning of the 'Implementation Version' attribute isn't clear, there really should be more of a description here...
setImplementationVersion(String),
RequirementPackage.getRequirement_ImplementationVersion()void setImplementationVersion(java.lang.String value)
Implementation Version' attribute.
value - the new value of the 'Implementation Version' attribute.getImplementationVersion()java.lang.String getFeature()
If the meaning of the 'Feature' attribute isn't clear, there really should be more of a description here...
setFeature(String),
RequirementPackage.getRequirement_Feature()void setFeature(java.lang.String value)
Feature' attribute.
value - the new value of the 'Feature' attribute.getFeature()org.eclipse.emf.common.util.EList<CapellaElement> getRelatedCapellaElements()
CapellaElement.
If the meaning of the 'Related Capella Elements' reference list isn't clear, there really should be more of a description here...
RequirementPackage.getRequirement_RelatedCapellaElements()