| Package | Description |
|---|---|
| de.uka.ipd.sdq.featuremodel | |
| de.uka.ipd.sdq.featuremodel.impl | |
| de.uka.ipd.sdq.featuremodel.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProhibitsConstraint
A representation of the model object 'Prohibits Constraint'.
|
interface |
RequiredConstraint
A representation of the model object 'Required Constraint'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<Constraint> |
FeatureDiagram.getConstraints()
Returns the value of the 'Constraints' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintImpl
An implementation of the model object 'Constraint'.
|
class |
ProhibitsConstraintImpl
An implementation of the model object 'Prohibits Constraint'.
|
class |
RequiredConstraintImpl
An implementation of the model object 'Required Constraint'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<Constraint> |
FeatureDiagramImpl.getConstraints() |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseConstraint(Constraint object)
Returns the result of interpreting the object as an instance of 'Constraint'.
|
boolean |
featuremodelValidator.validateConstraint(Constraint constraint,
DiagnosticChain diagnostics,
Map<Object,Object> context) |