public interface Specification extends SpecElementWithAttributes
The following features are supported:
ReqifPackage.getSpecification()
Modifier and Type | Method and Description |
---|---|
SpecHierarchy |
createChild(SpecObject object)
Creates and registers a new child hierarchy referencing the specified object.
|
com.sodius.mdw.core.model.emf.MDWEList<SpecHierarchy> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
ReqIFContent |
getCoreContent()
Returns the value of the 'Core Content' container reference.
|
SpecificationType |
getType()
Returns the value of the 'Type' reference.
|
void |
setCoreContent(ReqIFContent value)
Sets the value of the '
Core Content ' container reference. |
void |
setType(SpecificationType 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()
Specifications
'.
The back linkage to the owning ReqIFContent element.
setCoreContent(ReqIFContent)
,
ReqifPackage.getSpecification_CoreContent()
,
ReqIFContent.getSpecifications()
void setCoreContent(ReqIFContent value)
Core Content
' container reference.
value
- the new value of the 'Core Content' container reference.getCoreContent()
SpecificationType getType()
getType
in interface SpecElementWithAttributes
setType(SpecificationType)
,
ReqifPackage.getSpecification_Type()
void setType(SpecificationType value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
com.sodius.mdw.core.model.emf.MDWEList<SpecHierarchy> getChildren()
SpecHierarchy
.
It is bidirectional and its opposite is 'Root
'.
Links to next level of owned SpecHierarchy
ReqifPackage.getSpecification_Children()
,
SpecHierarchy.getRoot()
SpecHierarchy createChild(SpecObject object)
object
- the object the hierarchy to create refers to.SpecHierarchy.getObject()