Interface FeatureList

  • All Superinterfaces:
    EObject, Notifier

    public interface FeatureList
    extends EObject
    A representation of the model object 'Feature List'.

    The following features are supported:

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

      • getFeatures

        EList<SelectedCV> getFeatures()
        Returns the value of the 'Features' containment reference list. The list contents are of type SelectedCV.

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

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