Interface DegreeOfFreedom
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,de.uka.ipd.sdq.featuremodel.NamedElement
,Notifier
- All Known Implementing Classes:
DegreeOfFreedomImpl
public interface DegreeOfFreedom
extends de.uka.ipd.sdq.featuremodel.NamedElement
A representation of the model object 'Degree Of Freedom'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Added Elements' reference list.Returns the value of the 'Changeable Element Descriptions' containment reference list.Returns the value of the 'Interaction Constraints' reference list.Returns the value of the 'Primary Changeable' reference.Returns the value of the 'Required Decorator Model' reference list.void
Sets the value of the 'Primary Changeable
' reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAddedElements
Returns the value of the 'Added Elements' reference list. The list contents are of typeEClass
.If the meaning of the 'Added Elements' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Added Elements' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
getChangeableElementDescriptions
EList<ChangeableElementDescription> getChangeableElementDescriptions()Returns the value of the 'Changeable Element Descriptions' containment reference list. The list contents are of typeChangeableElementDescription
.If the meaning of the 'Changeable Element Descriptions' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Changeable Element Descriptions' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
getInteractionConstraints
EList<EOperation> getInteractionConstraints()Returns the value of the 'Interaction Constraints' reference list. The list contents are of typeEOperation
.If the meaning of the 'Interaction Constraints' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interaction Constraints' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
getPrimaryChangeable
ChangeableElementDescription getPrimaryChangeable()Returns the value of the 'Primary Changeable' reference.If the meaning of the 'Primary Changeable' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Primary Changeable' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setPrimaryChangeable
Sets the value of the 'Primary Changeable
' reference.- Parameters:
value
- the new value of the 'Primary Changeable' reference.- See Also:
- Generated class or method.
-
getRequiredDecoratorModel
EList<DecoratorModelDescription> getRequiredDecoratorModel()Returns the value of the 'Required Decorator Model' reference list. The list contents are of typeDecoratorModelDescription
.If the meaning of the 'Required Decorator Model' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Required Decorator Model' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-