public interface RelationGroup extends SpecElementWithAttributes
The following features are supported:
ReqifPackage.getRelationGroup()
Modifier and Type | Method and Description |
---|---|
ReqIFContent |
getCoreContent()
Returns the value of the 'Core Content' container reference.
|
Specification |
getSourceSpecification()
Returns the value of the 'Source Specification' reference.
|
com.sodius.mdw.core.model.emf.MDWEList<SpecRelation> |
getSpecRelations()
Returns the value of the 'Spec Relations' reference list.
|
Specification |
getTargetSpecification()
Returns the value of the 'Target Specification' reference.
|
RelationGroupType |
getType()
Returns the value of the 'Type' reference.
|
void |
setCoreContent(ReqIFContent value)
Sets the value of the '
Core Content ' container reference. |
void |
setSourceSpecification(Specification value)
Sets the value of the '
Source Specification ' reference. |
void |
setTargetSpecification(Specification value)
Sets the value of the '
Target Specification ' reference. |
void |
setType(RelationGroupType 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
com.sodius.mdw.core.model.emf.MDWEList<SpecRelation> getSpecRelations()
SpecRelation
.
Points to the grouped SpecRelations
ReqifPackage.getRelationGroup_SpecRelations()
RelationGroupType getType()
getType
in interface SpecElementWithAttributes
setType(RelationGroupType)
,
ReqifPackage.getRelationGroup_Type()
void setType(RelationGroupType value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
Specification getSourceSpecification()
setSourceSpecification(Specification)
,
ReqifPackage.getRelationGroup_SourceSpecification()
void setSourceSpecification(Specification value)
Source Specification
' reference.
value
- the new value of the 'Source Specification' reference.getSourceSpecification()
Specification getTargetSpecification()
setTargetSpecification(Specification)
,
ReqifPackage.getRelationGroup_TargetSpecification()
void setTargetSpecification(Specification value)
Target Specification
' reference.
value
- the new value of the 'Target Specification' reference.getTargetSpecification()
ReqIFContent getCoreContent()
Spec Relation Groups
'.
The back linkage to the owning ReqIFContent element.
setCoreContent(ReqIFContent)
,
ReqifPackage.getRelationGroup_CoreContent()
,
ReqIFContent.getSpecRelationGroups()
void setCoreContent(ReqIFContent value)
Core Content
' container reference.
value
- the new value of the 'Core Content' container reference.getCoreContent()