Interface OperationResponseTime

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier, SourceInterfaceStimulus, Stimulus
All Known Implementing Classes:
OperationResponseTimeImpl

public interface OperationResponseTime extends SourceInterfaceStimulus
A representation of the model object 'Operation Response Time'. A stimulus based on the response time of a given operation. It requires specifying the operationSignature.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getOperationSignature

      org.palladiosimulator.pcm.repository.OperationSignature getOperationSignature()
      Returns the value of the 'Operation Signature' reference. The operation from which the response time is used.
      Returns:
      the value of the 'Operation Signature' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setOperationSignature

      void setOperationSignature(org.palladiosimulator.pcm.repository.OperationSignature value)
      Sets the value of the 'Operation Signature' reference.
      Parameters:
      value - the new value of the 'Operation Signature' reference.
      See Also:
      Generated class or method.