Package metricvalues
Interface ComponentCandidate
- All Known Implementing Classes:
ComponentCandidateImpl
A representation of the model object
'Component Candidate '.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'First Component' reference.Returns the value of the 'Metric Values' containment reference list.Returns the value of the 'Second Component' reference.void
setFirstComponent
(Component value) Sets the value of the 'First Component
' reference.void
setSecondComponent
(Component value) Sets the value of the 'Second Component
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMetricValues
EList<MetricValue> getMetricValues()Returns the value of the 'Metric Values' containment reference list. The list contents are of typeMetricValue
.If the meaning of the 'Metric Values' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metric Values' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getFirstComponent
Component getFirstComponent()Returns the value of the 'First Component' reference.If the meaning of the 'First Component' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'First Component' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setFirstComponent
Sets the value of the 'First Component
' reference.- Parameters:
value
- the new value of the 'First Component' reference.- See Also:
- Generated class or method.
-
getSecondComponent
Component getSecondComponent()Returns the value of the 'Second Component' reference.If the meaning of the 'Second Component' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Second Component' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSecondComponent
Sets the value of the 'Second Component
' reference.- Parameters:
value
- the new value of the 'Second Component' reference.- See Also:
- Generated class or method.
-