Package metricvalues

Interface ComponentCandidate

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ComponentCandidateImpl

public interface ComponentCandidate extends EObject
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 Details

    • getMetricValues

      EList<MetricValue> getMetricValues()
      Returns the value of the 'Metric Values' containment reference list. The list contents are of type MetricValue.

      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

      void setFirstComponent(Component value)
      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

      void setSecondComponent(Component value)
      Sets the value of the 'Second Component' reference.
      Parameters:
      value - the new value of the 'Second Component' reference.
      See Also:
      Generated class or method.