de.uka.ipd.sdq.featuremodel
Interface Simple

All Superinterfaces:
ChildRelation
All Known Implementing Classes:
SimpleImpl

public interface Simple
extends ChildRelation

A representation of the model object 'Simple'.

The following features are supported:

See Also:
featuremodelPackage.getSimple()

Method Summary
  getMandatoryChildren()
          Returns the value of the 'Mandatory Children' containment reference list.
  getOptionalChildren()
          Returns the value of the 'Optional Children' containment reference list.
 

Method Detail

getMandatoryChildren

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

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

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

getOptionalChildren

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

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

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