All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
All Known Subinterfaces:
AllocationContextResults, InterfaceProvidingRequiringEntityResults
All Known Implementing Classes:
AllocationContextResultsImpl, ComponentResultImpl, InterfaceProvidingRequiringEntityResultsImpl

public interface ComponentResult extends EObject, org.palladiosimulator.pcm.core.entity.NamedElement
A representation of the model object 'Component Result'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getNormalisedResourceDemand

      double getNormalisedResourceDemand()
      Returns the value of the 'Normalised Resource Demand' attribute.

      If the meaning of the 'Normalised Resource Demand' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Normalised Resource Demand' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setNormalisedResourceDemand

      void setNormalisedResourceDemand(double value)
      Sets the value of the ' Normalised Resource Demand' attribute.
      Parameters:
      value - the new value of the 'Normalised Resource Demand' attribute.
      See Also:
      Generated class or method.
    • getNormalisedResponseTime

      double getNormalisedResponseTime()
      Returns the value of the 'Normalised Response Time' attribute.

      If the meaning of the 'Normalised Response Time' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Normalised Response Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setNormalisedResponseTime

      void setNormalisedResponseTime(double value)
      Sets the value of the ' Normalised Response Time' attribute.
      Parameters:
      value - the new value of the 'Normalised Response Time' attribute.
      See Also:
      Generated class or method.
    • getAverageResourceDemand

      double getAverageResourceDemand()
      Returns the value of the 'Average Resource Demand' attribute.

      If the meaning of the 'Average Resource Demand' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Average Resource Demand' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setAverageResourceDemand

      void setAverageResourceDemand(double value)
      Sets the value of the ' Average Resource Demand' attribute.
      Parameters:
      value - the new value of the 'Average Resource Demand' attribute.
      See Also:
      Generated class or method.
    • getMeanResponseTime

      double getMeanResponseTime()
      Returns the value of the 'Mean Response Time' attribute.

      If the meaning of the 'Mean Response Time' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Mean Response Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setMeanResponseTime

      void setMeanResponseTime(double value)
      Sets the value of the ' Mean Response Time' attribute.
      Parameters:
      value - the new value of the 'Mean Response Time' attribute.
      See Also:
      Generated class or method.
    • getAverageNumberOfSentMessages

      double getAverageNumberOfSentMessages()
      Returns the value of the 'Average Number Of Sent Messages' attribute.

      If the meaning of the 'Average Number Of Sent Messages' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Average Number Of Sent Messages' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setAverageNumberOfSentMessages

      void setAverageNumberOfSentMessages(double value)
      Sets the value of the ' Average Number Of Sent Messages' attribute.
      Parameters:
      value - the new value of the 'Average Number Of Sent Messages' attribute.
      See Also:
      Generated class or method.