Interface ClassDegree
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DegreeOfFreedomInstance
,EObject
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Subinterfaces:
AllocationDegree
,AssembledComponentDegree
,ClassAsReferenceDegree
,ClassWithCopyDegree
,ComplementumVisnetisDegree
,FeatureCompletionDegree
,FeatureDegree
,ResourceSelectionDegree
,SchedulingPolicyDegree
- All Known Implementing Classes:
AllocationDegreeImpl
,AssembledComponentDegreeImpl
,ClassAsReferenceDegreeImpl
,ClassDegreeImpl
,ClassWithCopyDegreeImpl
,ComplementumVisnetisDegreeImpl
,FeatureCompletionDegreeImpl
,FeatureDegreeImpl
,ResourceSelectionDegreeImpl
,SchedulingPolicyDegreeImpl
public interface ClassDegree extends DegreeOfFreedomInstance
A representation of the model object 'Class Degree'. This class represents DegreeOfFreedoms that have an enumeration domain. The set of possile values of the degree of freedom are referenced with the domainOfEntities property. Any kind of PCM element can be annotated here. Subclasses restrict the type of annotated elements with OCL constraints.The following features are supported:
- See Also:
specificPackage.getClassDegree()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>
getClassDesignOptions()
Returns the value of the 'Class Design Options' reference list.-
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 de.uka.ipd.sdq.pcm.designdecision.DegreeOfFreedomInstance
decoratorModelTypeMustMatchRequiredDecorator, getChangeableElements, getDecoratorModel, getDof, getPrimaryChanged, setDof, setPrimaryChanged
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getClassDesignOptions
EList<EObject> getClassDesignOptions()
Returns the value of the 'Class Design Options' reference list. The list contents are of typeEObject
.If the meaning of the 'Class Design Options' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Class Design Options' reference list.
- See Also:
specificPackage.getClassDegree_ClassDesignOptions()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-