Interface SimpleFireOnValue
- All Superinterfaces:
BaseTrigger
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,ScalingTrigger
- All Known Implementing Classes:
SimpleFireOnValueImpl
A representation of the model object 'Simple Fire On Value'.
The SimpleFireOnValue trigger the most simplistic BaseTrigger that works on the fed stimulus through a relational operator with an expected value. In case 'LessThen' is specified then the the trigger will fire upon stiumuls < expectedValue.
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 'Relational Operator' attribute.void
Sets the value of the 'Relational Operator
' attribute.Methods inherited from interface org.palladiosimulator.spd.triggers.BaseTrigger
getExpectedValue, getStimulus, setExpectedValue, setStimulus
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRelationalOperator
RelationalOperator getRelationalOperator()Returns the value of the 'Relational Operator' attribute. The literals are from the enumerationRelationalOperator
.- Returns:
- the value of the 'Relational Operator' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setRelationalOperator
Sets the value of the 'Relational Operator
' attribute.- Parameters:
value
- the new value of the 'Relational Operator' attribute.- See Also:
- Generated class or method.
-