Package | Description |
---|---|
metricvalues | |
metricvalues.impl | |
metricvalues.util |
Modifier and Type | Method and Description |
---|---|
ComponentCandidate |
MetricvaluesFactory.createComponentCandidate()
Returns a new object of class 'Component Candidate'.
|
ComponentCandidate[] |
Iteration.getComponentCandidates() |
ComponentCandidate |
Iteration.getComponentCandidates(int index) |
Modifier and Type | Method and Description |
---|---|
EList<ComponentCandidate> |
Iteration.getComponentCandidatesList()
Returns the value of the 'Component Candidates' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Iteration.setComponentCandidates(ComponentCandidate[] newComponentCandidates) |
void |
Iteration.setComponentCandidates(int index,
ComponentCandidate element) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentCandidateImpl
An implementation of the model object 'Component Candidate'.
|
Modifier and Type | Method and Description |
---|---|
ComponentCandidate |
MetricvaluesFactoryImpl.createComponentCandidate() |
ComponentCandidate[] |
IterationImpl.getComponentCandidates() |
ComponentCandidate |
IterationImpl.getComponentCandidates(int index) |
Modifier and Type | Method and Description |
---|---|
EList<ComponentCandidate> |
IterationImpl.getComponentCandidatesList() |
Modifier and Type | Method and Description |
---|---|
void |
IterationImpl.setComponentCandidates(ComponentCandidate[] newComponentCandidates) |
void |
IterationImpl.setComponentCandidates(int index,
ComponentCandidate element) |
Modifier and Type | Method and Description |
---|---|
T |
MetricvaluesSwitch.caseComponentCandidate(ComponentCandidate object)
Returns the result of interpreting the object as an instance of 'Component Candidate'.
|