public interface ComponentCandidate extends EObject
The following features are supported:
MetricvaluesPackage.getComponentCandidate()| Modifier and Type | Method and Description |
|---|---|
Component |
getFirstComponent()
Returns the value of the 'First Component' reference.
|
MetricValue[] |
getMetricValues() |
MetricValue |
getMetricValues(int index) |
int |
getMetricValuesLength() |
EList<MetricValue> |
getMetricValuesList()
Returns the value of the 'Metric Values' containment reference list.
|
Component |
getSecondComponent()
Returns the value of the 'Second Component' reference.
|
void |
setFirstComponent(Component value)
Sets the value of the '
First Component' reference. |
void |
setMetricValues(int index,
MetricValue element) |
void |
setMetricValues(MetricValue[] newMetricValues) |
void |
setSecondComponent(Component value)
Sets the value of the '
Second Component' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverMetricValue[] getMetricValues()
MetricValue getMetricValues(int index)
int getMetricValuesLength()
void setMetricValues(MetricValue[] newMetricValues)
void setMetricValues(int index,
MetricValue element)
EList<MetricValue> getMetricValuesList()
MetricValue.
If the meaning of the 'Metric Values' containment reference list isn't clear, there really should be more of a description here...
MetricvaluesPackage.getComponentCandidate_MetricValues()Component getFirstComponent()
If the meaning of the 'First Component' reference isn't clear, there really should be more of a description here...
setFirstComponent(Component),
MetricvaluesPackage.getComponentCandidate_FirstComponent()void setFirstComponent(Component value)
First Component' reference.
value - the new value of the 'First Component' reference.getFirstComponent()Component getSecondComponent()
If the meaning of the 'Second Component' reference isn't clear, there really should be more of a description here...
setSecondComponent(Component),
MetricvaluesPackage.getComponentCandidate_SecondComponent()void setSecondComponent(Component value)
Second Component' reference.
value - the new value of the 'Second Component' reference.getSecondComponent()