public interface SpecRelation extends SpecElementWithAttributes
The following features are supported:
ReqifPackage.getSpecRelation()
Modifier and Type | Method and Description |
---|---|
ReqIFContent |
getCoreContent()
Returns the value of the 'Core Content' container reference.
|
SpecObject |
getSource()
Returns the value of the 'Source' reference.
|
SpecObject |
getTarget()
Returns the value of the 'Target' reference.
|
SpecRelationType |
getType()
Returns the value of the 'Type' reference.
|
void |
setCoreContent(ReqIFContent value)
Sets the value of the '
Core Content ' container reference. |
void |
setSource(SpecObject value)
Sets the value of the '
Source ' reference. |
void |
setTarget(SpecObject value)
Sets the value of the '
Target ' reference. |
void |
setType(SpecRelationType value)
Sets the value of the '
Type ' reference. |
createValue, getValues
getAlternativeID, getDesc, getIdentifier, getLastChange, getLongName, setAlternativeID, setDesc, setIdentifier, setLastChange, setLongName
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
ReqIFContent getCoreContent()
Spec Relations
'.
The back linkage to the owning ReqIFContent element.
setCoreContent(ReqIFContent)
,
ReqifPackage.getSpecRelation_CoreContent()
,
ReqIFContent.getSpecRelations()
void setCoreContent(ReqIFContent value)
Core Content
' container reference.
value
- the new value of the 'Core Content' container reference.getCoreContent()
SpecRelationType getType()
getType
in interface SpecElementWithAttributes
setType(SpecRelationType)
,
ReqifPackage.getSpecRelation_Type()
void setType(SpecRelationType value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
SpecObject getTarget()
setTarget(SpecObject)
,
ReqifPackage.getSpecRelation_Target()
void setTarget(SpecObject value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
SpecObject getSource()
setSource(SpecObject)
,
ReqifPackage.getSpecRelation_Source()
void setSource(SpecObject value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()