Interface FeatureSelection

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass

    public interface FeatureSelection
    extends EObject, org.palladiosimulator.pcm.core.entity.NamedElement
    A representation of the model object 'Feature Selection'.

    The following features are supported:

    See Also:
    featureSolution.FeatureSolutionPackage#getFeatureSelection()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getCompletion

        FeatureCompletion getCompletion()
        Returns the value of the 'Completion' reference.

        If the meaning of the 'Completion' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Completion' reference.
        See Also:
        setCompletion(FeatureCompletion), featureSolution.FeatureSolutionPackage#getFeatureSelection_Completion()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setCompletion

        void setCompletion​(FeatureCompletion value)
        Sets the value of the 'Completion' reference.
        Parameters:
        value - the new value of the 'Completion' reference.
        See Also:
        getCompletion()
        Generated class or method.
      • getFeatureLists

        EList<FeatureList> getFeatureLists()
        Returns the value of the 'Feature Lists' containment reference list. The list contents are of type FeatureList.

        If the meaning of the 'Feature Lists' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Feature Lists' containment reference list.
        See Also:
        featureSolution.FeatureSolutionPackage#getFeatureSelection_FeatureLists()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true"