Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
desmoj.extensions.space3D |
Objects in a 3D space and relevant motion operations.
|
desmoj.extensions.visualization2d.animation.core.simulator |
This package is the animated version of
package desmoj.core.simulator
|
Modifier and Type | Method and Description |
---|---|
Queue |
TransporterSystem.getJobs()
Returns the jobs queue of this transporter system.
|
Modifier and Type | Method and Description |
---|---|
TransporterJob[] |
FIFO_Transport_Strategy.getJobs(ProcessQueue transporters,
Queue jobs)
This method describes the following way of the assigning the jobs to
transporters: the first job in the queue of the jobs will be assigned to
the first transporter in the queue of the transpoters, this each
assignment will be stored in a
TranspoterJob . |
TransporterJob[] |
FixedVCtoCBAssignment_Strategy.getJobs(ProcessQueue transporters,
Queue jobs)
This method describes the following way of the assigning the jobs to
transporters: every transporter (VC) gets the
Job that has
as origin or destination the crane that transporter is assigned to. |
TransporterJob[] |
TransportStrategy.getJobs(ProcessQueue Transporter,
Queue Jobs)
Implement this method in a class that implements this interface to define
the algorithm of the strategy that finds the jobs for the transporters
and is used by transporter control.
|
Modifier and Type | Class and Description |
---|---|
class |
SpatialQueue<E extends Entity>
This class extends the
desmoj.core.simulator.Queue<E> with spatial functionalities. |
Modifier and Type | Class and Description |
---|---|
class |
QueueAnimation<P extends EntityAnimation>
Animation of Queue
|