public interface PassiveResource extends EObject
The following features are supported:
SimucomstatusPackage.getPassiveResource()| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
double |
getInitialResourceCount()
Returns the value of the 'Initial Resource Count' attribute.
|
double |
getResourcesAvailable()
Returns the value of the 'Resources Available' attribute.
|
EList<WaitForAcquire> |
getWaitingProcesses()
Returns the value of the 'Waiting Processes' reference list.
|
void |
setId(String value)
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. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverEList<WaitForAcquire> getWaitingProcesses()
WaitForAcquire. 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...
SimucomstatusPackage.getPassiveResource_WaitingProcesses(),
WaitForAcquire.getResource()double getInitialResourceCount()
If the meaning of the 'Initial Resource Count' attribute isn't clear, there really should be more of a description here...
setInitialResourceCount(double),
SimucomstatusPackage.getPassiveResource_InitialResourceCount()void setInitialResourceCount(double value)
Initial Resource Count' attribute. value - the new value of the 'Initial Resource Count' attribute.getInitialResourceCount()double getResourcesAvailable()
If the meaning of the 'Resources Available' attribute isn't clear, there really should be more of a description here...
setResourcesAvailable(double),
SimucomstatusPackage.getPassiveResource_ResourcesAvailable()void setResourcesAvailable(double value)
Resources Available' attribute. value - the new value of the 'Resources Available' attribute.getResourcesAvailable()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
SimucomstatusPackage.getPassiveResource_Id()