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

public interface FeatureGroupDegree extends FeatureConfigDegree
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.
  • 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 type FeatureSubset.

      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"