Interface FeatureGroupDegree
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DegreeOfFreedomInstance
,EObject
,FeatureConfigDegree
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
FeatureGroupDegreeImpl
A representation of the model object '
Feature Group Degree'.
For a FeatureGroup with Fatures F1, F2, F3 and range 2 to 3 the options are (F1,F2), (F1,F3), (F1,F2,F3).
TODO define neighbourhood here. Maybe (F1,F3) and (F1,F2,F3) are closer to each other than (F1,F2) and (F1,F3). Partial order?
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
copyright
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Domain Of Feature Config Combinations' containment reference list.de.uka.ipd.sdq.featuremodel.FeatureGroup
Returns the value of the 'Featuregroup' reference.void
setFeaturegroup
(de.uka.ipd.sdq.featuremodel.FeatureGroup value) Sets the value of the 'Featuregroup
' 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 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 Details
-
getFeaturegroup
de.uka.ipd.sdq.featuremodel.FeatureGroup getFeaturegroup()Returns the value of the 'Featuregroup' reference.If the meaning of the 'Featuregroup' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Featuregroup' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setFeaturegroup
void setFeaturegroup(de.uka.ipd.sdq.featuremodel.FeatureGroup value) Sets the value of the 'Featuregroup
' reference.- Parameters:
value
- the new value of the 'Featuregroup' reference.- See Also:
- Generated class or method.
-
getDomainOfFeatureConfigCombinations
EList<FeatureSubset> getDomainOfFeatureConfigCombinations()Returns the value of the 'Domain Of Feature Config Combinations' containment reference list. The list contents are of typeFeatureSubset
.If the meaning of the 'Domain Of Feature Config Combinations' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Of Feature Config Combinations' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-