Package | Description |
---|---|
desmoj.core.advancedModellingFeatures |
Components for advanced process synchronization and event scheduling.
|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
desmoj.extensions.visualization2d.animation.core.advancedModellingFeatures |
Animated version of components from
package desmoj.core.advancedModellingFeatures . |
Modifier and Type | Method and Description |
---|---|
boolean |
WaitQueue.cooperate(ProcessCoop<M,S> coop)
This method is to be called from a
SimProcess which wants to
cooperate as a master. |
boolean |
WaitQueue.cooperate(ProcessCoop<M,S> coop,
Condition<S> cond)
This method is called from a SimProcess which wants to cooperate as a
master and is looking for a slave complying to a certain condition
described in
cond . |
Modifier and Type | Class and Description |
---|---|
class |
Loading
Loading is the object representing the process cooperation between a
InternalTransporter or Crane process and the
Truck or an Internal Transporter he is loading. |
class |
Unloading
Unloading is the object representing the process cooperation between a
InternalTransporter or Crane process and the
Truck or an Internal Transporter he is unloading. |
Modifier and Type | Class and Description |
---|---|
class |
Processing
Processing is the object representing the processing process taking place at
a
WorkStation where a Worker process or a
MachineProcess are processing some parts (products) to
manufacture some new parts (or products). |
class |
Transportation
Transportation is the object representing the process cooperation between a
Transporter process and the goods (products represented by
Sim-processes) he is transporting. |
Modifier and Type | Class and Description |
---|---|
class |
ProcessCoopAnimation
This class is used in method cooperation in class WaitQueueanimation
|