Package | Description |
---|---|
metricvalues | |
metricvalues.impl | |
metricvalues.util |
Modifier and Type | Method and Description |
---|---|
MetricValue |
MetricvaluesFactory.createMetricValue()
Returns a new object of class 'Metric Value'.
|
MetricValue[] |
ComponentCandidate.getMetricValues() |
MetricValue |
ComponentCandidate.getMetricValues(int index) |
Modifier and Type | Method and Description |
---|---|
EList<MetricValue> |
ComponentCandidate.getMetricValuesList()
Returns the value of the 'Metric Values' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentCandidate.setMetricValues(int index,
MetricValue element) |
void |
ComponentCandidate.setMetricValues(MetricValue[] newMetricValues) |
Modifier and Type | Class and Description |
---|---|
class |
MetricValueImpl
An implementation of the model object 'Metric Value'.
|
Modifier and Type | Method and Description |
---|---|
MetricValue |
MetricvaluesFactoryImpl.createMetricValue() |
MetricValue[] |
ComponentCandidateImpl.getMetricValues() |
MetricValue |
ComponentCandidateImpl.getMetricValues(int index) |
Modifier and Type | Method and Description |
---|---|
EList<MetricValue> |
ComponentCandidateImpl.getMetricValuesList() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentCandidateImpl.setMetricValues(int index,
MetricValue element) |
void |
ComponentCandidateImpl.setMetricValues(MetricValue[] newMetricValues) |
Modifier and Type | Method and Description |
---|---|
T |
MetricvaluesSwitch.caseMetricValue(MetricValue object)
Returns the result of interpreting the object as an instance of 'Metric Value'.
|