Interface PassiveResource
-
- All Known Implementing Classes:
PassiveResourceImpl
public interface PassiveResource extends EObject
A representation of the model object 'Passive Resource'.The following features are supported:
- See Also:
SimucomstatusPackage.getPassiveResource()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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 Detail
-
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:
SimucomstatusPackage.getPassiveResource_WaitingProcesses()
,WaitForAcquire.getResource()
- 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:
setInitialResourceCount(double)
,SimucomstatusPackage.getPassiveResource_InitialResourceCount()
- 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:
getInitialResourceCount()
- 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:
setResourcesAvailable(double)
,SimucomstatusPackage.getPassiveResource_ResourcesAvailable()
- 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:
getResourcesAvailable()
- 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:
setId(String)
,SimucomstatusPackage.getPassiveResource_Id()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-