| 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 |
ContinousIntervalRange
A representation of the model object 'Continous Interval Range'.
|
interface |
IntegerIntervalRange
A representation of the model object 'Integer Interval Range'.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalRange |
Attribute.getRange()
Returns the value of the 'Range' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attribute.setRange(IntervalRange value)
Sets the value of the '
Range' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContinousIntervalRangeImpl
An implementation of the model object 'Continous Interval Range'.
|
class |
IntegerIntervalRangeImpl
An implementation of the model object 'Integer Interval Range'.
|
class |
IntervalRangeImpl
An implementation of the model object 'Interval Range'.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalRange |
AttributeImpl.getRange() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
AttributeImpl.basicSetRange(IntervalRange newRange,
NotificationChain msgs) |
void |
AttributeImpl.setRange(IntervalRange newRange) |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseIntervalRange(IntervalRange object)
Returns the result of interpreting the object as an instance of 'Interval Range'.
|
boolean |
featuremodelValidator.validateIntervalRange(IntervalRange intervalRange,
DiagnosticChain diagnostics,
Map<Object,Object> context) |