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
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 Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.OperationSignature
Returns the value of the 'Operation Signature' reference.void
setOperationSignature
(org.palladiosimulator.pcm.repository.OperationSignature value) Sets the value of the 'Operation Signature
' reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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
-
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.
-