Serialized Form
|
Package nl.tudelft.simulation.dsol |
|
Package nl.tudelft.simulation.dsol.animation |
simulator
SimulatorInterface simulator
- the simulator to use
location
nl.tudelft.simulation.language.d3.DirectedPoint location
- the location of the editable
bounds
javax.media.j3d.Bounds bounds
- the location of the bounds
vertices
nl.tudelft.simulation.language.d3.CartesianPoint[] vertices
- the vertices
bounds
javax.media.j3d.Bounds bounds
- the bounds
|
Package nl.tudelft.simulation.dsol.eventlists |
tableModel
javax.swing.table.DefaultTableModel tableModel
- the tableModel
showPackage
boolean showPackage
- show the package information in the tableModel
|
Package nl.tudelft.simulation.dsol.experiment |
treatments
Treatment[] treatments
- treatments represent the treatments of this experiment
properties
java.util.Properties properties
- properties reflect the properties
treatment
int treatment
- treatment reflects the current treatment
simulator
SimulatorInterface simulator
- simulator reflects the simulator
model
ModelInterface model
- model reflects the model
run
java.lang.String run
- the current run
url
java.net.URL url
- the URL of the Experiment
streams
java.util.Map streams
- streams used in the replication
description
java.lang.String description
- description the description of the replication
runControl
RunControl runControl
- runControl reflects the RunControl
number
int number
- the number of the replication
treatment
Treatment treatment
- treatment reflects the treatment to which this runcontrol belongs
replications
Replication[] replications
- replications are the replications of this runControl
warmupPeriod
double warmupPeriod
- warmupPeriod is the warmup period
runLength
double runLength
- runLength reflects the runLength of the runControl
replication
int replication
- replication refers to the current replication
value
long value
- value represents the value relative to the number of miliseconds
name
java.lang.String name
- name represents the name of the time unit
experiment
Experiment experiment
- experiment reflects the experiment
runControl
RunControl runControl
- runControl reflects the runControl
startTime
long startTime
- startTime of the treatment
timeUnit
TimeUnitInterface timeUnit
- timeUnit reflects the timeUnit
number
int number
- the number of the treatment
properties
java.util.Properties properties
- the properties of this treatment
|
Package nl.tudelft.simulation.dsol.formalisms |
capacity
double capacity
- capacity defines the maximuum capacity of the resource
claimedCapacity
double claimedCapacity
- claimedCapacity defines the currently claimed capacity
requests
java.util.List requests
- request defines the list of requestors for this resource
simulator
DEVSSimulatorInterface simulator
- simulator defines the simulator on which is scheduled
description
java.lang.String description
- the description of the resource
|
Package nl.tudelft.simulation.dsol.formalisms.dess |
simulator
DESSSimulatorInterface simulator
- simulator
previousX
double previousX
- the previousX
previousY
double[] previousY
- the previousY
|
Package nl.tudelft.simulation.dsol.formalisms.devs |
absoluteExecutionTime
double absoluteExecutionTime
- absoluteExecutionTime reflects the time at which the event is scheduled
priority
short priority
- priority reflects the priority of the event
id
long id
- the id used in compare statements
source
java.lang.Object source
- source reflects the source that created the simevent
target
java.lang.Object target
- target reflects the target on which a state change is scheduled
method
java.lang.String method
- method is the method which embodies the state change
args
java.lang.Object[] args
- args are the arguments which are used to invoke the method with
|
Package nl.tudelft.simulation.dsol.formalisms.flow |
delayDistribution
nl.tudelft.simulation.jstats.distributions.DistContinuous delayDistribution
- delayDistribution which is the distribution defining the delay
duplicateDestination
StationInterface duplicateDestination
- duplicateDestination which is the duplicate definition
numberCopies
int numberCopies
- numberCopies refers to the number of duplicates
constructorArguments
java.lang.Object[] constructorArguments
- constructorArguments refer to the arguments invoked by the
interval
nl.tudelft.simulation.jstats.distributions.DistContinuous interval
- interval defines the inter construction time
startTime
nl.tudelft.simulation.jstats.distributions.DistContinuous startTime
- startTime defines the absolute startTime for the generator
batchSize
nl.tudelft.simulation.jstats.distributions.DistDiscrete batchSize
- batchsize refers to the number of objects constructed
constructor
nl.tudelft.simulation.language.reflection.SerializableConstructor constructor
- constructor refers to the constructor to be invoked
maxNumber
long maxNumber
- maxNumber is the max number of objects to be created. -1=Long.infinity
number
long number
- number refers to the currently constructed number
nextEvent
SimEvent nextEvent
- nextEvent refers to the next simEvent
resource
Resource resource
- resource refers to the resource released
amount
double amount
- amount defines the amount to be released
schedule
java.util.SortedMap schedule
- schedule is a time sorted map of distributions
queue
java.util.List queue
- queue refers to the list of waiting requestors
requestedCapacity
double requestedCapacity
- requestedCapacity is the amount of resource requested on the resource
resource
Resource resource
- resource on which the capacity is requested
simulator
DEVSSimulatorInterface simulator
- simulator is the simulator on which behavior is scheduled
destination
StationInterface destination
- destination refers to the next station in the process-model chain
|
Package nl.tudelft.simulation.dsol.formalisms.flow.statistics |
initialized
boolean initialized
- initialzed the tally
simulator
SimulatorInterface simulator
- simulator
|
Package nl.tudelft.simulation.dsol.simulators |
animationDelay
long animationDelay
- animationDelay refers to the delay in miliseconds between timeSteps
timeStep
double timeStep
- timeStep represents the timestep of the DESS simulator
timeStep
double timeStep
- timeStep represents the DESS timeStep
eventList
EventListInterface eventList
- eventList represents the future event list
backlog
long backlog
- the backLog of the clock
startTime
long startTime
- the starttime of the clock
simulatorTime
double simulatorTime
- simulatorTime represents the simulationTime
running
boolean running
- running represents the binary state of the simulator
replication
Replication replication
- replication represents the currently active replication
worker
nl.tudelft.simulation.language.concurrent.WorkerThread worker
- a worker
semaphore
java.lang.Object semaphore
- the simulatorSemaphore
|
Package nl.tudelft.simulation.dsol.statistics |
simulator
SimulatorInterface simulator
- the simulator to subscribe to and from
stopped
boolean stopped
- we stopped the counter
simulator
SimulatorInterface simulator
- simulator
stopped
boolean stopped
- Am I stopped ?
simulator
SimulatorInterface simulator
- the simulator
stopped
boolean stopped
- after the END_OF_REPLICATION we stop
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.