Package | Description |
---|---|
desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WorkStation.process(Processing process)
This method is to be called from a
SimProcess which wants
to process the other parts (slaves) as a master . |
boolean |
WorkStation.process(Processing process,
java.lang.Class[] kinds,
Condition[] conditions)
This method is to be called from a
SimProcess which wants
to process the other parts (slaves) as a master. |