Interface AcquireDeviceResourceAction
-
- All Superinterfaces:
org.palladiosimulator.pcm.usagemodel.AbstractUserAction
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
AcquireDeviceResourceActionImpl
public interface AcquireDeviceResourceAction extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction
A representation of the model object 'Acquire Device Resource Action'.The following features are supported:
- See Also:
BpusagemodelPackage.getAcquireDeviceResourceAction()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.palladiosimulator.pcm.usagemodel.AbstractUserAction
getPredecessor, getScenarioBehaviour_AbstractUserAction, getSuccessor, setPredecessor, setScenarioBehaviour_AbstractUserAction, setSuccessor
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPassiveresource_AcquireAction
DeviceResource getPassiveresource_AcquireAction()
Returns the value of the 'Passiveresource Acquire Action' reference.- Returns:
- the value of the 'Passiveresource Acquire Action' reference.
- See Also:
setPassiveresource_AcquireAction(DeviceResource)
,BpusagemodelPackage.getAcquireDeviceResourceAction_Passiveresource_AcquireAction()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setPassiveresource_AcquireAction
void setPassiveresource_AcquireAction(DeviceResource value)
Sets the value of the 'Passiveresource Acquire Action
' reference.- Parameters:
value
- the new value of the 'Passiveresource Acquire Action' reference.- See Also:
getPassiveresource_AcquireAction()
- Generated class or method.
-
isTimeout
boolean isTimeout()
Returns the value of the 'Timeout' attribute.- Returns:
- the value of the 'Timeout' attribute.
- See Also:
setTimeout(boolean)
,BpusagemodelPackage.getAcquireDeviceResourceAction_Timeout()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTimeout
void setTimeout(boolean value)
Sets the value of the 'Timeout
' attribute.- Parameters:
value
- the new value of the 'Timeout' attribute.- See Also:
isTimeout()
- Generated class or method.
-
getTimeoutValue
double getTimeoutValue()
Returns the value of the 'Timeout Value' attribute.- Returns:
- the value of the 'Timeout Value' attribute.
- See Also:
setTimeoutValue(double)
,BpusagemodelPackage.getAcquireDeviceResourceAction_TimeoutValue()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTimeoutValue
void setTimeoutValue(double value)
Sets the value of the 'Timeout Value
' attribute.- Parameters:
value
- the new value of the 'Timeout Value' attribute.- See Also:
getTimeoutValue()
- Generated class or method.
-
-