Serialized Form


Package nl.tudelft.simulation.dsol

Class nl.tudelft.simulation.dsol.SimRuntimeException extends java.lang.Exception implements Serializable


Package nl.tudelft.simulation.dsol.animation

Class nl.tudelft.simulation.dsol.animation.Editable extends nl.tudelft.simulation.event.EventProducer implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.animation.StaticLocation extends nl.tudelft.simulation.language.d3.DirectedPoint implements Serializable

Serialized Fields

bounds

javax.media.j3d.Bounds bounds
the bounds


Package nl.tudelft.simulation.dsol.eventlists

Class nl.tudelft.simulation.dsol.eventlists.RedBlackTree extends java.lang.Object implements Serializable

Class nl.tudelft.simulation.dsol.eventlists.TableModelEventList extends RedBlackTree implements Serializable

Serialized Fields

tableModel

javax.swing.table.DefaultTableModel tableModel
the tableModel


showPackage

boolean showPackage
show the package information in the tableModel


Package nl.tudelft.simulation.dsol.experiment

Class nl.tudelft.simulation.dsol.experiment.Experiment extends nl.tudelft.simulation.event.EventProducer implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.experiment.Replication extends java.lang.Object implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.experiment.RunControl extends nl.tudelft.simulation.event.EventProducer implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.experiment.TimeUnit extends java.lang.Object implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.experiment.Treatment extends nl.tudelft.simulation.event.EventProducer implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.formalisms.Resource extends nl.tudelft.simulation.event.EventProducer implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation extends nl.tudelft.simulation.jstats.ode.DifferentialEquation implements Serializable

Serialized Fields

simulator

DESSSimulatorInterface simulator
simulator


previousX

double previousX
the previousX


previousY

double[] previousY
the previousY


Package nl.tudelft.simulation.dsol.formalisms.devs

Class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent extends java.lang.Object implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent extends AbstractSimEvent implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.formalisms.flow.Delay extends Station implements Serializable

Serialized Fields

delayDistribution

nl.tudelft.simulation.jstats.distributions.DistContinuous delayDistribution
delayDistribution which is the distribution defining the delay

Class nl.tudelft.simulation.dsol.formalisms.flow.Departure extends Station implements Serializable

Class nl.tudelft.simulation.dsol.formalisms.flow.Duplicate extends Station implements Serializable

Serialized Fields

duplicateDestination

StationInterface duplicateDestination
duplicateDestination which is the duplicate definition


numberCopies

int numberCopies
numberCopies refers to the number of duplicates

Class nl.tudelft.simulation.dsol.formalisms.flow.Generator extends Station implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.formalisms.flow.Release extends Station implements Serializable

Serialized Fields

resource

Resource resource
resource refers to the resource released


amount

double amount
amount defines the amount to be released

Class nl.tudelft.simulation.dsol.formalisms.flow.Schedule extends Generator implements Serializable

Serialized Fields

schedule

java.util.SortedMap schedule
schedule is a time sorted map of distributions

Class nl.tudelft.simulation.dsol.formalisms.flow.Seize extends Station implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.formalisms.flow.Station extends nl.tudelft.simulation.event.EventProducer implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.formalisms.flow.statistics.Utilization extends nl.tudelft.simulation.jstats.statistics.Persistent implements Serializable

Serialized Fields

initialized

boolean initialized
initialzed the tally


simulator

SimulatorInterface simulator
simulator


Package nl.tudelft.simulation.dsol.simulators

Class nl.tudelft.simulation.dsol.simulators.Animator extends DEVDESSSimulator implements Serializable

Serialized Fields

animationDelay

long animationDelay
animationDelay refers to the delay in miliseconds between timeSteps

Class nl.tudelft.simulation.dsol.simulators.DESSSimulator extends Simulator implements Serializable

Serialized Fields

timeStep

double timeStep
timeStep represents the timestep of the DESS simulator

Class nl.tudelft.simulation.dsol.simulators.DEVDESSSimulator extends DEVSSimulator implements Serializable

Serialized Fields

timeStep

double timeStep
timeStep represents the DESS timeStep

Class nl.tudelft.simulation.dsol.simulators.DEVSSimulator extends Simulator implements Serializable

Serialized Fields

eventList

EventListInterface eventList
eventList represents the future event list

Class nl.tudelft.simulation.dsol.simulators.RealTimeClock extends Animator implements Serializable

Serialized Fields

backlog

long backlog
the backLog of the clock


startTime

long startTime
the starttime of the clock

Class nl.tudelft.simulation.dsol.simulators.Simulator extends nl.tudelft.simulation.event.EventProducer implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.dsol.statistics.Counter extends nl.tudelft.simulation.jstats.statistics.Counter implements Serializable

Serialized Fields

simulator

SimulatorInterface simulator
the simulator to subscribe to and from


stopped

boolean stopped
we stopped the counter

Class nl.tudelft.simulation.dsol.statistics.Persistent extends nl.tudelft.simulation.jstats.statistics.Persistent implements Serializable

Serialized Fields

simulator

SimulatorInterface simulator
simulator


stopped

boolean stopped
Am I stopped ?

Class nl.tudelft.simulation.dsol.statistics.Tally extends nl.tudelft.simulation.jstats.statistics.Tally implements Serializable

Serialized Fields

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.