Serialized Form
-
Package nl.tudelft.simulation.dsol.demo.event.mm1
-
Class nl.tudelft.simulation.dsol.demo.event.mm1.MM1Model extends AbstractDsolModel<Double,DevsSimulatorInterface<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
batchSize
int batchSize
batch size. -
busy
int busy
busy units. -
capacity
int capacity
resource capacity. -
entityCounter
int entityCounter
entity counter for id. -
interarrivalTime
DistContinuous interarrivalTime
inter-arrival time. -
persistentQueueLength
SimPersistent<Double> persistentQueueLength
statistics for the queue length. -
persistentUtilization
SimPersistent<Double> persistentUtilization
statistics for the utilization. -
processingTime
DistContinuous processingTime
processing time. -
queue
List<MM1Model.QueueEntry<MM1Model.Entity>> queue
queue of waiting entities. -
tallyTimeInQueue
SimTally<Double> tallyTimeInQueue
statistics for the time in queue. -
tallyTimeInSystem
SimTally<Double> tallyTimeInSystem
statistics for the time in system.
-
-
Class nl.tudelft.simulation.dsol.demo.event.mm1.MM1Panel extends DsolPanel implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.demo.event.mm1.MM1SwingApplication extends DsolApplication implements Serializable
- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.dsol.demo.flow.mm1
-
Class nl.tudelft.simulation.dsol.demo.flow.mm1.MM1ExperimentApplication extends Object implements Serializable
- serialVersionUID:
- 20230114L
-
Serialized Fields
-
experiment
Experiment<Double,SimulatorInterface<Double>> experiment
-
model
MM1Model model
-
simulator
DevsSimulator<Double> simulator
-
-
Class nl.tudelft.simulation.dsol.demo.flow.mm1.MM1Model extends AbstractDsolModel<Double,DevsSimulator<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dN
SimTally<Double> dN
tally dN. -
qN
SimPersistent<Double> qN
persistent qN. -
uN
Utilization<Double> uN
utilization uN.
-
-
Class nl.tudelft.simulation.dsol.demo.flow.mm1.MM1Panel extends DsolPanel implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.demo.flow.mm1.MM1SwingApplication extends DsolApplication implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
model
MM1Model model
the model.
-
-
Class nl.tudelft.simulation.dsol.demo.flow.mm1.MM1SwingApplicationEvents extends DsolApplication implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.demo.flow.mm1.MM1SwingApplicationEvents.SimulatorEventLogger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
devsSimulator
DevsSimulator<Double> devsSimulator
-
-
-
Package nl.tudelft.simulation.dsol.tutorial.section25
-
Class nl.tudelft.simulation.dsol.tutorial.section25.CustomerOrderApp extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.tutorial.section25.CustomerOrderModel extends AbstractDsolModel<Double,DevsSimulator<Double>> implements Serializable
- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.dsol.tutorial.section42
-
Class nl.tudelft.simulation.dsol.tutorial.section42.Retailer extends LocalEventProducer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backLog
long backLog
the ordering backlog. -
backlogCosts
double backlogCosts
the costs. -
holdingCosts
double holdingCosts
the costs. -
inventory
long inventory
the actual inventoryLevel. -
marginalCosts
double marginalCosts
the costs. -
orderingPolicy
OrderingPolicy orderingPolicy
the orderingPolicy. -
setupCosts
double setupCosts
the costs. -
simulator
DevsSimulatorInterface<Double> simulator
the simulator on which to schedule. -
warehouse
SellerInterface warehouse
the warehouse we use.
-
-
Class nl.tudelft.simulation.dsol.tutorial.section42.Warehouse42Model extends AbstractDsolModel<Double,DevsSimulator<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backlog
SimPersistent<Double> backlog
backlog statistic. -
inventory
SimPersistent<Double> inventory
inventory statistic. -
orderingCosts
SimTally<Double> orderingCosts
ordering costs statistic.
-
-
Class nl.tudelft.simulation.dsol.tutorial.section42.Warehouse42SwingApplication extends DsolApplication implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.tutorial.section42.Warehouse42SwingApplication.Warehouse42Panel extends DsolPanel implements Serializable
- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.dsol.tutorial.section43
-
Class nl.tudelft.simulation.dsol.tutorial.section43.LotkaVolterraSwingApplication extends DsolApplication implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.tutorial.section43.Population extends DifferentialEquation<Double> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
a
double a
Lotka-Volterra parameters. -
b
double b
Lotka-Volterra parameters. -
c
double c
Lotka-Volterra parameters. -
d
double d
Lotka-Volterra parameters.
-
-
Class nl.tudelft.simulation.dsol.tutorial.section43.PredatorPreyModel extends AbstractDsolModel<Double,DessSimulator<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
chart
XYChart chart
the chart.
-
-
-
Package nl.tudelft.simulation.examples.dsol.animation
-
Class nl.tudelft.simulation.examples.dsol.animation.BallAnimation extends SimRenderable2d<Ball> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
color
Color color
the color of the ballAnimation.
-
-
Class nl.tudelft.simulation.examples.dsol.animation.BallModel extends AbstractDsolModel<Double,DevsSimulatorInterface<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.examples.dsol.animation.BallSwingApplication extends DsolAnimationApplication implements Serializable
- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.examples.dsol.animation.continuous
-
Class nl.tudelft.simulation.examples.dsol.animation.continuous.Positioner extends DifferentialEquation<Double> implements Serializable
- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.examples.dsol.animation.gis
-
Class nl.tudelft.simulation.examples.dsol.animation.gis.EsriCsvSwingApplication extends DsolAnimationApplication implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.examples.dsol.animation.gis.EsriXmlSwingApplication extends DsolAnimationApplication implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.examples.dsol.animation.gis.OsmSwingApplication extends DsolAnimationApplication implements Serializable
- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.examples.dsol.dess
-
Class nl.tudelft.simulation.examples.dsol.dess.DessModel extends AbstractDsolModel<Double,DessSimulatorInterface<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
distanceChart
XYChart distanceChart
the distance chart. -
distancePersistent
SimPersistent<Double> distancePersistent
the distance persistent.
-
-
Class nl.tudelft.simulation.examples.dsol.dess.DessPanel extends DsolPanel implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.examples.dsol.dess.DessSwingApplication extends DsolApplication implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.examples.dsol.dess.Distance extends DifferentialEquation<Double> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
speed
Speed speed
the speed.
-
-
Class nl.tudelft.simulation.examples.dsol.dess.Speed extends DifferentialEquation<Double> implements Serializable
- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.examples.dsol.terminal
-
Class nl.tudelft.simulation.examples.dsol.terminal.Agv extends IntResource<Double> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agvTime
DistContinuous agvTime
AGV time delay.
-
-
Class nl.tudelft.simulation.examples.dsol.terminal.ConsoleRunnerTerminal extends Object implements Serializable
- serialVersionUID:
- 20220110L
-
Class nl.tudelft.simulation.examples.dsol.terminal.ExperimentRunnerTerminal extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
completed
int completed
number of completed simulations. -
numruns
int numruns
number of running simulations.
-
-
Class nl.tudelft.simulation.examples.dsol.terminal.IntResource extends LocalEventProducer implements Serializable
- serialVersionUID:
- 20140805L
-
Serialized Fields
-
capacity
long capacity
capacity defines the maximum capacity of the resource. -
claimedCapacity
long claimedCapacity
claimedCapacity defines the currently claimed capacity. -
description
String description
the description of the resource. -
requests
SortedSet<IntResource.Request<T extends Number & Comparable<T>>> requests
request defines the list of requestors for this resource. -
simulator
DevsSimulatorInterface<T extends Number & Comparable<T>> simulator
simulator defines the simulator on which is scheduled.
-
-
Class nl.tudelft.simulation.examples.dsol.terminal.QuayCrane extends IntResource<Double> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qcTime
DistContinuous qcTime
QC time delay.
-
-
Class nl.tudelft.simulation.examples.dsol.terminal.Ship extends LocalEventProducer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
capacity
int capacity
the ship's capacity. -
containers
int containers
the number of loaded containers.
-
-
Class nl.tudelft.simulation.examples.dsol.terminal.Terminal extends AbstractDsolModel<Double,DevsSimulatorInterface<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
numAGV
int numAGV
AGVs. -
numQC
int numQC
QCs. -
rep
int rep
replication nr. -
ship
Ship ship
the ship for pub/sub when ready.
-
-
Class nl.tudelft.simulation.examples.dsol.terminal.Terminal.Output extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
costs
double costs
costs. -
delayHours
double delayHours
delay. -
nrCont
int nrCont
nr containers handled. -
numAGV
int numAGV
AGVs. -
numQC
int numQC
QCs. -
ready
double ready
time when ready in hrs. -
rep
int rep
replication nr.
-
-
-
Package nl.tudelft.simulation.examples.dsol.timesharedcomputer
-
Class nl.tudelft.simulation.examples.dsol.timesharedcomputer.Computer extends AbstractDsolModel<Double,DevsSimulator<Double>> implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.examples.dsol.timesharedcomputer.Computer.ExitCounter extends SimCounter<Double> implements Serializable
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.examples.dsol.timesharedcomputer.Cpu extends FlowObject<Double> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
location
OrientedPoint3d location
the location. -
queue
List<Object> queue
queue is the queue of waiting jobs. -
status
boolean status
status of the CPU.
-
-
Class nl.tudelft.simulation.examples.dsol.timesharedcomputer.Job extends Entity<Double> implements Serializable
-
Serialized Fields
-
creationTime
double creationTime
arrivalTime refers to the time when the job arrived at the cpu. -
serviceTime
double serviceTime
serviceTime refers to the handling or service time of the job. -
source
FlowObject source
source refers to the source of the job.
-
-
-
Class nl.tudelft.simulation.examples.dsol.timesharedcomputer.Terminal extends FlowObject<Double> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
jobCounter
int jobCounter
the job counter for the job number. -
jobSize
DistContinuous jobSize
the jobSize. -
thinkDelay
DistContinuous thinkDelay
the thinkDelay.
-
-