Interface Feature

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, NamedElement, Notifier
All Known Implementing Classes:
FeatureImpl

public interface Feature extends NamedElement
A representation of the model object 'Feature'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getFeaturegroup

      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(FeatureGroup value)
      Sets the value of the 'Featuregroup' reference.
      Parameters:
      value - the new value of the 'Featuregroup' reference.
      See Also:
      Generated class or method.