public interface AcquireDeviceResourceAction extends EObject, org.palladiosimulator.pcm.usagemodel.AbstractUserAction
The following features are supported:
BpusagemodelPackage.getAcquireDeviceResourceAction()
Modifier and Type | Method and Description |
---|---|
DeviceResource |
getPassiveresource_AcquireAction()
Returns the value of the 'Passiveresource Acquire Action' reference.
|
double |
getTimeoutValue()
Returns the value of the 'Timeout Value' attribute.
|
boolean |
isTimeout()
Returns the value of the 'Timeout' attribute.
|
void |
setPassiveresource_AcquireAction(DeviceResource value)
Sets the value of the '
Passiveresource Acquire Action ' reference. |
void |
setTimeout(boolean value)
Sets the value of the '
Timeout ' attribute. |
void |
setTimeoutValue(double value)
Sets the value of the '
Timeout Value ' attribute. |
getPredecessor, getScenarioBehaviour_AbstractUserAction, getSuccessor, setPredecessor, setScenarioBehaviour_AbstractUserAction, setSuccessor
getEntityName, setEntityName
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
DeviceResource getPassiveresource_AcquireAction()
If the meaning of the 'Passiveresource Acquire Action' reference isn't clear, there really should be more of a description here...
setPassiveresource_AcquireAction(DeviceResource)
,
BpusagemodelPackage.getAcquireDeviceResourceAction_Passiveresource_AcquireAction()
void setPassiveresource_AcquireAction(DeviceResource value)
Passiveresource Acquire Action
' reference.
value
- the new value of the 'Passiveresource Acquire Action' reference.getPassiveresource_AcquireAction()
boolean isTimeout()
If the meaning of the 'Timeout' attribute isn't clear, there really should be more of a description here...
setTimeout(boolean)
,
BpusagemodelPackage.getAcquireDeviceResourceAction_Timeout()
void setTimeout(boolean value)
Timeout
' attribute.
value
- the new value of the 'Timeout' attribute.isTimeout()
double getTimeoutValue()
If the meaning of the 'Timeout Value' attribute isn't clear, there really should be more of a description here...
setTimeoutValue(double)
,
BpusagemodelPackage.getAcquireDeviceResourceAction_TimeoutValue()
void setTimeoutValue(double value)
Timeout Value
' attribute.
value
- the new value of the 'Timeout Value' attribute.getTimeoutValue()