de.uka.ipd.sdq.featuremodel
Interface FeatureGroup

All Superinterfaces:
ChildRelation
All Known Implementing Classes:
FeatureGroupImpl

public interface FeatureGroup
extends ChildRelation

A representation of the model object 'Feature Group'.

The following features are supported:

See Also:
featuremodelPackage.getFeatureGroup()

Method Summary
  getChildren()
          Returns the value of the 'Children' containment reference list.
 int getMax()
          Returns the value of the 'Max' attribute.
 int getMin()
          Returns the value of the 'Min' attribute.
 void setMax(int value)
          Sets the value of the 'Max' attribute.
 void setMin(int value)
          Sets the value of the 'Min' attribute.
 

Method Detail

getMin

int getMin()
Returns the value of the 'Min' attribute. The default value is "1".

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

Returns:
the value of the 'Min' attribute.
See Also:
setMin(int), featuremodelPackage.getFeatureGroup_Min()

setMin

void setMin(int value)
Sets the value of the 'Min' attribute.

Parameters:
value - the new value of the 'Min' attribute.
See Also:
getMin()

getMax

int getMax()
Returns the value of the 'Max' attribute. The default value is "1".

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

Returns:
the value of the 'Max' attribute.
See Also:
setMax(int), featuremodelPackage.getFeatureGroup_Max()

setMax

void setMax(int value)
Sets the value of the 'Max' attribute.

Parameters:
value - the new value of the 'Max' attribute.
See Also:
getMax()

getChildren

 getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type Feature.

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

Returns:
the value of the 'Children' containment reference list.
See Also:
featuremodelPackage.getFeatureGroup_Children()