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:
gdofPackage.getDegreeOfFreedom()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EClass>
getAddedElements()
Returns the value of the 'Added Elements' reference list.EList<ChangeableElementDescription>
getChangeableElementDescriptions()
Returns the value of the 'Changeable Element Descriptions' containment reference list.EList<EOperation>
getInteractionConstraints()
Returns the value of the 'Interaction Constraints' reference list.ChangeableElementDescription
getPrimaryChangeable()
Returns the value of the 'Primary Changeable' reference.EList<DecoratorModelDescription>
getRequiredDecoratorModel()
Returns the value of the 'Required Decorator Model' reference list.void
setPrimaryChangeable(ChangeableElementDescription value)
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getAddedElements
EList<EClass> 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:
gdofPackage.getDegreeOfFreedom_AddedElements()
- 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:
gdofPackage.getDegreeOfFreedom_ChangeableElementDescriptions()
- 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:
gdofPackage.getDegreeOfFreedom_InteractionConstraints()
- 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:
setPrimaryChangeable(ChangeableElementDescription)
,gdofPackage.getDegreeOfFreedom_PrimaryChangeable()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setPrimaryChangeable
void setPrimaryChangeable(ChangeableElementDescription value)
Sets the value of the 'Primary Changeable
' reference.- Parameters:
value
- the new value of the 'Primary Changeable' reference.- See Also:
getPrimaryChangeable()
- 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:
gdofPackage.getDegreeOfFreedom_RequiredDecoratorModel()
- Generated class or method.
- EMF model class or method.
-
-