de.uka.ipd.sdq.featuremodel
Interface Feature

All Superinterfaces:
NamedElement
All Known Implementing Classes:
FeatureImpl

public interface Feature
extends NamedElement

A representation of the model object 'Feature'.

The following features are supported:

See Also:
featuremodelPackage.getFeature()

Method Summary
  getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 ChildRelation getChildrelation()
          Returns the value of the 'Childrelation' containment reference.
 void setChildrelation(ChildRelation value)
          Sets the value of the 'Childrelation' containment reference.
 
Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setName
 

Method Detail

getAttributes

 getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type Attribute.

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

Returns:
the value of the 'Attributes' containment reference list.
See Also:
featuremodelPackage.getFeature_Attributes()

getChildrelation

ChildRelation getChildrelation()
Returns the value of the 'Childrelation' containment reference.

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

Returns:
the value of the 'Childrelation' containment reference.
See Also:
setChildrelation(ChildRelation), featuremodelPackage.getFeature_Childrelation()

setChildrelation

void setChildrelation(ChildRelation value)
Sets the value of the 'Childrelation' containment reference.

Parameters:
value - the new value of the 'Childrelation' containment reference.
See Also:
getChildrelation()