Package | Description |
---|---|
metricvalues | |
metricvalues.impl | |
metricvalues.util |
Modifier and Type | Method and Description |
---|---|
Iteration |
MetricvaluesFactory.createIteration()
Returns a new object of class 'Iteration'.
|
Iteration[] |
MetricValuesModel.getIterations() |
Iteration |
MetricValuesModel.getIterations(int index) |
Modifier and Type | Method and Description |
---|---|
EList<Iteration> |
MetricValuesModel.getIterationsList()
Returns the value of the 'Iterations' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricValuesModel.setIterations(int index,
Iteration element) |
void |
MetricValuesModel.setIterations(Iteration[] newIterations) |
Modifier and Type | Class and Description |
---|---|
class |
IterationImpl
An implementation of the model object 'Iteration'.
|
Modifier and Type | Method and Description |
---|---|
Iteration |
MetricvaluesFactoryImpl.createIteration() |
Iteration[] |
MetricValuesModelImpl.getIterations() |
Iteration |
MetricValuesModelImpl.getIterations(int index) |
Modifier and Type | Method and Description |
---|---|
EList<Iteration> |
MetricValuesModelImpl.getIterationsList() |
Modifier and Type | Method and Description |
---|---|
void |
MetricValuesModelImpl.setIterations(int index,
Iteration element) |
void |
MetricValuesModelImpl.setIterations(Iteration[] newIterations) |
Modifier and Type | Method and Description |
---|---|
T |
MetricvaluesSwitch.caseIteration(Iteration object)
Returns the result of interpreting the object as an instance of 'Iteration'.
|