Interface PassiveResource
- All Known Implementing Classes:
PassiveResourceImpl
A representation of the model object 'Passive Resource'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the value of the 'Id' attribute.double
Returns the value of the 'Initial Resource Count' attribute.double
Returns the value of the 'Resources Available' attribute.Returns the value of the 'Waiting Processes' reference list.void
Sets the value of the 'Id
' attribute.void
setInitialResourceCount
(double value) Sets the value of the 'Initial Resource Count
' attribute.void
setResourcesAvailable
(double value) Sets the value of the 'Resources Available
' attribute.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
-
getWaitingProcesses
EList<WaitForAcquire> getWaitingProcesses()Returns the value of the 'Waiting Processes' reference list. The list contents are of typeWaitForAcquire
. It is bidirectional and its opposite is 'Resource
'.If the meaning of the 'Waiting Processes' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Waiting Processes' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="resource" ordered="false"
-
getInitialResourceCount
double getInitialResourceCount()Returns the value of the 'Initial Resource Count' attribute.If the meaning of the 'Initial Resource Count' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Initial Resource Count' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setInitialResourceCount
void setInitialResourceCount(double value) Sets the value of the 'Initial Resource Count
' attribute.- Parameters:
value
- the new value of the 'Initial Resource Count' attribute.- See Also:
- Generated class or method.
-
getResourcesAvailable
double getResourcesAvailable()Returns the value of the 'Resources Available' attribute.If the meaning of the 'Resources Available' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resources Available' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" transient="true" volatile="true" ordered="false"
-
setResourcesAvailable
void setResourcesAvailable(double value) Sets the value of the 'Resources Available
' attribute.- Parameters:
value
- the new value of the 'Resources Available' attribute.- See Also:
- Generated class or method.
-
getId
String getId()Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
- Generated class or method.
-