Interface PassiveResource
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
PassiveResourceImpl
A representation of the model object 'Passive Resource'.
This entity represents a passive resource, e.g., a semaphore.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Basic Component Passive Resource' container reference.Returns the value of the 'Capacity Passive Resource' containment reference.Returns the value of the 'Resource Timeout Failure Type Passive Resource' reference.void
Sets the value of the 'Basic Component Passive Resource
' container reference.void
Sets the value of the 'Capacity Passive Resource
' containment reference.void
Sets the value of the 'Resource Timeout Failure Type Passive Resource
' 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getCapacity_PassiveResource
PCMRandomVariable getCapacity_PassiveResource()Returns the value of the 'Capacity Passive Resource' containment reference. It is bidirectional and its opposite is 'Passive Resource capacity PCM Random Variable
'. This property holds the capacity of this passive resource.- Returns:
- the value of the 'Capacity Passive Resource' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="passiveResource_capacity_PCMRandomVariable" containment="true" required="true" ordered="false"
-
setCapacity_PassiveResource
Sets the value of the 'Capacity Passive Resource
' containment reference.- Parameters:
value
- the new value of the 'Capacity Passive Resource' containment reference.- See Also:
- Generated class or method.
-
getBasicComponent_PassiveResource
BasicComponent getBasicComponent_PassiveResource()Returns the value of the 'Basic Component Passive Resource' container reference. It is bidirectional and its opposite is 'Passive Resource Basic Component
'.- Returns:
- the value of the 'Basic Component Passive Resource' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="passiveResource_BasicComponent" required="true" transient="false" ordered="false"
-
setBasicComponent_PassiveResource
Sets the value of the 'Basic Component Passive Resource
' container reference.- Parameters:
value
- the new value of the 'Basic Component Passive Resource' container reference.- See Also:
- Generated class or method.
-
getResourceTimeoutFailureType__PassiveResource
ResourceTimeoutFailureType getResourceTimeoutFailureType__PassiveResource()Returns the value of the 'Resource Timeout Failure Type Passive Resource' reference. It is bidirectional and its opposite is 'Passive Resource Resource Timeout Failure Type
'. The failure type that represents a timeout failure of an acquiring action for this passive resource (see the documentation of the "timeout" attribute of the "AcquireAction" for further information).- Returns:
- the value of the 'Resource Timeout Failure Type Passive Resource' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="passiveResource__ResourceTimeoutFailureType" ordered="false"
-
setResourceTimeoutFailureType__PassiveResource
Sets the value of the 'Resource Timeout Failure Type Passive Resource
' reference.- Parameters:
value
- the new value of the 'Resource Timeout Failure Type Passive Resource' reference.- See Also:
- Generated class or method.
-