Package | Description |
---|---|
desmoj.core.advancedModellingFeatures |
Components for advanced process synchronization and event scheduling.
|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
Modifier and Type | Method and Description |
---|---|
void |
Res.takeBack(Resource[] returnedRes)
A process is using this method to put resources it has used back in the
Res pool.
|
Modifier and Type | Method and Description |
---|---|
Resource[] |
SimProcess.returnResources(Res resPool,
int n)
Makes the SimProcess return a certain number of resources of the given
resource pool.
|
Modifier and Type | Method and Description |
---|---|
void |
SimProcess.obtainResources(Resource[] obtainedResources)
Makes the SimProcess obtain an array of resources and store them for
further usage.
|