A B C D E F G H I L M N O P Q R S T U V W X

A

absoluteExecutionTime - Variable in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
absoluteExecutionTime reflects the time at which the event is scheduled
AbstractSimEvent - Class in nl.tudelft.simulation.dsol.formalisms.devs
The AbstractSimEvent forms the basement for SimEvents and defines a compare method by which eventLists can compare priority of the event.
AbstractSimEvent(double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
The constuctor of the event stores the time the event must be executed and the object and method to invoke
AbstractSimEvent(double, short) - Constructor for class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
The constuctor of the event stores the time the event must be executed and the object and method to invoke
add(SimEventInterface) - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
adds an event to the eventlist
add(SimEventInterface) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
add(SimEventInterface) - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
 
addAll(Collection) - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
adds a collection of events to the tree
addAll(Collection) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
addAll(Collection) - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
 
allowAddOrDeletePoints() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
allowAddOrDeletePoints() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Is the user allowed to add or delete points of this editable?
allowDelete() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
allowDelete() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Is the user allowed to delete this object?
allowEditPoints() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
allowEditPoints() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Is the user allowed to edit individual points of this editable?
allowMove() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
allowMove() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Is the user allowed to move this editable?
allowRotate() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
allowRotate() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Is the user allowed to rotate this editable?
allowScale() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
allowScale() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Is the user allowed to scale this editable?
ANIMATION_DELAY_CHANGED_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.AnimatorInterface
ANIMATION_DELAY_CHANGED_EVENT is fired when the time step is set
animationDelay - Variable in class nl.tudelft.simulation.dsol.simulators.Animator
AnimationDelay refers to the delay in miliseconds between timeSteps
animationDelay - Variable in class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread
AnimationDelay refers to the delay in miliseconds between timeSteps
Animator - Class in nl.tudelft.simulation.dsol.simulators
The reference implementation of the animator.
Animator() - Constructor for class nl.tudelft.simulation.dsol.simulators.Animator
 
AnimatorInterface - Interface in nl.tudelft.simulation.dsol.simulators
The AnimatorInterface defines a DEVSDESS simulator with wallclock delay between the consequtive time steps.
AnimatorWithThread - Class in nl.tudelft.simulation.dsol.simulators
The reference implementation of the animator.
AnimatorWithThread() - Constructor for class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread
 
AnimatorWithThread.AnimationThread - Class in nl.tudelft.simulation.dsol.simulators
The thread to trigger the animation updates.
AnimatorWithThread.AnimationThread(AnimatorWithThread) - Constructor for class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread.AnimationThread
 
args - Variable in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
args are the arguments which are used to invoke the method with

B

BACKLOG_EVENT - Static variable in class nl.tudelft.simulation.dsol.simulators.RealTimeClock
the backlog event
bind2Context(SimulatorInterface) - Method in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
binds a renderable2D to the context.
bind2Context(SimulatorInterface) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
binds a renderable2D to the context.
bindToContext(SimulatorInterface, Object) - Static method in class nl.tudelft.simulation.dsol.context.ContextUtil
binds an object to the context
bindToContext(SimulatorInterface, String, Object) - Static method in class nl.tudelft.simulation.dsol.context.ContextUtil
binds an object to the context
BLACK - Static variable in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
BLACK
bounds - Variable in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
the bounds of the image
bounds - Variable in class nl.tudelft.simulation.dsol.animation.Editable
the location of the bounds
bounds - Variable in class nl.tudelft.simulation.dsol.animation.StaticLocation
the bounds
BoxAndWhiskerChart - Class in nl.tudelft.simulation.dsol.statistics.charts
The BoxAndWhiskerPlot extends the BoxAndWhiskerPlot and links this it to the dsol framework
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
BoxAndWhiskerChart(SimulatorInterface, String) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.BoxAndWhiskerChart
constructs a new BoxAndWhiskerChart

C

cancelEvent(SimEventInterface) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
cancelEvent(SimEventInterface) - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
cancels an event from the event list.
capacity - Variable in class nl.tudelft.simulation.dsol.formalisms.Resource
capacity defines the maximuum capacity of the resource
CB - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
CENTER-BOTTOM location
CC - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
CENTER-CENTER location
changeIntervalTime() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Schedule
changes the intervalTime of the schedule
claimedCapacity - Variable in class nl.tudelft.simulation.dsol.formalisms.Resource
claimedCapacity defines the currently claimed capacity
clear() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
clears the eventlist by removing all its scheduled events.
clear() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
clear() - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
 
ColorInterpolation - Class in nl.tudelft.simulation.dsol.animation.interpolation
ColorInterpolation.
ColorInterpolation(Color, Color, double, double) - Constructor for class nl.tudelft.simulation.dsol.animation.interpolation.ColorInterpolation
constructs a new SimulatedLinearInterpolation
compareTo(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
 
computeVisibleExtent(Rectangle2D, Dimension) - Static method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface.Util
computes the visible extent
constructModel(SimulatorInterface) - Method in interface nl.tudelft.simulation.dsol.ModelInterface
construct a model on a simulator
constructor - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
constructor refers to the constructor to be invoked
constructorArguments - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
constructorArguments refer to the arguments invoked by the
contains(Point2D, Rectangle2D, Dimension) - Method in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
 
contains(Point2D, Rectangle2D, Dimension) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
contains(Point2D, Rectangle2D, Dimension) - Method in interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
does the shape contain the point
contains(SimEventInterface) - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns whether event is an entry of the eventlist
contains(SimEventInterface) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
containsAll(Collection) - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns whether the collection is in the list.
containsAll(Collection) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
ContextUtil - Class in nl.tudelft.simulation.dsol.context
ContextUtil provides utility methods to resolve and bind objects to the context based on their experiment dependent path.
convert(double, TimeUnitInterface, SimulatorInterface) - Static method in class nl.tudelft.simulation.dsol.experiment.TimeUnit
converts amount units to the units of the simulator
convert(double, TimeUnitInterface, TimeUnitInterface) - Static method in class nl.tudelft.simulation.dsol.experiment.TimeUnit
converts amount units to the target units
counter - Static variable in class nl.tudelft.simulation.dsol.formalisms.Resource
the counter counting the requests
Counter - Class in nl.tudelft.simulation.dsol.statistics
The counter extends the counter and links this it to the dsol framework
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Counter(String, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.statistics.Counter
constructs a new Counter
Counter(String, SimulatorInterface, EventProducerInterface, EventType) - Constructor for class nl.tudelft.simulation.dsol.statistics.Counter
constructs a new Counter
CREATE_EVENT - Static variable in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
CREATE_EVENT is fired on creation
createSubContext(SimulatorInterface, String) - Static method in class nl.tudelft.simulation.dsol.context.ContextUtil
creates a subContext in the context
createSubContext(SimulatorInterface, String, String) - Static method in class nl.tudelft.simulation.dsol.context.ContextUtil
creates a subContext in the context
CT - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
CENTER-TOP location

D

DAY - Static variable in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
DAY reflects the DAY
DEFAULT_ANIMATION_DELAY - Static variable in interface nl.tudelft.simulation.dsol.simulators.AnimatorInterface
DEFAULT_ANIMATION_DELAY of 0 miliseconds used in the animator
DEFAULT_REQUEST_PRIORITY - Static variable in class nl.tudelft.simulation.dsol.formalisms.Resource
the default average priority
DEFAULT_TIME_STEP - Static variable in interface nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface
DEFAULT_TIME_STEP represents the default timestep for the simulator
Delay - Class in nl.tudelft.simulation.dsol.formalisms.flow
The Delay object is a station which delays an entity by some time units.
Delay(DEVSSimulatorInterface, DistContinuous) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Delay
Constructor for Delay.
DELAY_TIME - Static variable in class nl.tudelft.simulation.dsol.formalisms.flow.Seize
DELAY_TIME is fired when a new delayTime is computed
delayDistribution - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Delay
delayDistribution which is the distribution defining the delay
deleteEntry(RedBlackTree.Entry) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
deletes entry , and then rebalance the tree.
Departure - Class in nl.tudelft.simulation.dsol.formalisms.flow
The exit station on which statistics are updated and entities destroyed.
Departure(DEVSSimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Departure
Constructor for Departure.
description - Variable in class nl.tudelft.simulation.dsol.formalisms.Resource
the description of the resource
DESSSimulator - Class in nl.tudelft.simulation.dsol.simulators
The DESS defines the interface of the DESS simulator.
DESSSimulator() - Constructor for class nl.tudelft.simulation.dsol.simulators.DESSSimulator
 
DESSSimulatorInterface - Interface in nl.tudelft.simulation.dsol.simulators
The DESS defines the interface of the DESS simulator.
destination - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Station
destination refers to the next station in the process-model chain
destroy() - Method in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
destroys an RenderableObject by unsubscribing it from the context.
destroy() - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
destroys an RenderableObject by unsubscribing it from the context.
destroy() - Method in interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
destroys this editable.
DEVDESSSimulator - Class in nl.tudelft.simulation.dsol.simulators
The reference implementation of the DEVDESS simulator.
DEVDESSSimulator() - Constructor for class nl.tudelft.simulation.dsol.simulators.DEVDESSSimulator
 
DEVDESSSimulatorInterface - Interface in nl.tudelft.simulation.dsol.simulators
The DEVSDESS simulator embodies both the continuous and the discrete formalism.
DEVSSimulator - Class in nl.tudelft.simulation.dsol.simulators
The DEVS defines the interface of the DEVS simulator.
DEVSSimulator() - Constructor for class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
DEVSSimulatorInterface - Interface in nl.tudelft.simulation.dsol.simulators
The DEVS defines the interface of the DEVS simulator.
DifferentialEquation - Class in nl.tudelft.simulation.dsol.formalisms.dess
The Differential equation provides a reference implementation of the differential equation.
DifferentialEquation(DESSSimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
constructs a new stateful DifferentialEquation with Euleras numerical integration method.
DifferentialEquation(DESSSimulatorInterface, double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
constructs a new stateful DifferentialEquation with Euleras numerical integration method.
DifferentialEquation(DESSSimulatorInterface, double, short) - Constructor for class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
constructs a new DifferentialEquation
DifferentialEquation(DESSSimulatorInterface, double, NumericalIntegrator) - Constructor for class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
constructs a new DifferentialEquation
DifferentialEquationInterface - Interface in nl.tudelft.simulation.dsol.formalisms.dess
The Differential equation interface.
DSOLInterpreterOracle - Class in nl.tudelft.simulation.dsol.formalisms.process
The specifies
DSOLInterpreterOracle() - Constructor for class nl.tudelft.simulation.dsol.formalisms.process.DSOLInterpreterOracle
constructs a new DSOLInterpreterOracle
Duplicate - Class in nl.tudelft.simulation.dsol.formalisms.flow
A duplicate station duplicates incoming objects and sends them to their alternative destination.
Duplicate(DEVSSimulatorInterface, StationInterface) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Duplicate
Method Duplicate.
Duplicate(DEVSSimulatorInterface, StationInterface, int) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Duplicate
Method Duplicate.
DYNAMIC_OBJECT - Static variable in interface nl.tudelft.simulation.dsol.animation.D3.Renderable3DInterface
Simulated objects are objects that move, rotate or change shape

E

Editable - Class in nl.tudelft.simulation.dsol.animation
An Editable object is a simulation object that can be edited by the user.
Editable(SimulatorInterface, DirectedPoint) - Constructor for class nl.tudelft.simulation.dsol.animation.Editable
constructs a new Editable
EditableRenderable2D - Class in nl.tudelft.simulation.dsol.animation.D2
EditableRenderable2D is an abstract class that implements EditableRenderable2DInterface.
EditableRenderable2D(Editable, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
constructs a new EditableRenderable2D
EditableRenderable2DInterface - Interface in nl.tudelft.simulation.dsol.animation.D2
This interface provides the functionality that editable animation objects must implement.
END_OF_EXPERIMENT_EVENT - Static variable in class nl.tudelft.simulation.dsol.experiment.Experiment
END_OF_EXPERIMENT_EVENT is fired when the experiment is ended
END_OF_REPLICATION_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
END_OF_REPLICATION_EVENT is fired when a replication is finished
END_OF_RUN_EVENT - Static variable in class nl.tudelft.simulation.dsol.experiment.RunControl
END_OF_RUN_EVENT is fired at the end of a run
endOfReplication() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.statistics.Utilization
endOfReplication is invoked to store the final results
endOfReplication() - Method in class nl.tudelft.simulation.dsol.statistics.Counter
endOfReplication is invoked to store the final results
endOfReplication() - Method in class nl.tudelft.simulation.dsol.statistics.Persistent
endOfReplication is invoked to store the final results
endOfReplication() - Method in class nl.tudelft.simulation.dsol.statistics.Tally
endOfReplication is invoked to store the final results
endReplication() - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
the end of replication method, triggered by a special SimEvent
endTime - Variable in class nl.tudelft.simulation.dsol.animation.interpolation.LinearInterpolation
the end time
eventList - Variable in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
eventList represents the future event list
EVENTLIST_CHANCED_EVENT - Static variable in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
The EVENTLIST_CHANGED_EVENT
EVENTLIST_CHANGED_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
The EVENTLIST_CHANGED_EVENT is fired when the eventList is changed
EventListInterface - Interface in nl.tudelft.simulation.dsol.eventlists
The EventListInterface defines the required methods for discrete event lists.
execute() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
executes the simEvent
execute() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
 
execute() - Method in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
executes the simEvent.
Experiment - Class in nl.tudelft.simulation.dsol.experiment
The Experiment specifies the parameters for a simulation experiment
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Experiment() - Constructor for class nl.tudelft.simulation.dsol.experiment.Experiment
constructs a new Experiment
EXPERIMENT_ANALYST - Static variable in class nl.tudelft.simulation.dsol.experiment.Experiment
EXPERIMENT_ANALYST the analyst name property
EXPERIMENT_NAME - Static variable in class nl.tudelft.simulation.dsol.experiment.Experiment
EXPERIMENT_NAME the name property
extent - Variable in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
the cached extent

F

fireAnimationEvent() - Method in class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread
fire the animation update event
first() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns the first scheduled event
first() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
firstEntry() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
returns the first entry from the RedBlackTree
flip - Variable in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
whether to flip the renderable after rotating 180 degrees
FUNCTION_CHANGED_EVENT - Static variable in interface nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquationInterface
FUNCTION_CHANGED_EVENT is firedd on function changes

G

generate() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
generates a new entity with the basic constructorArguments
generate(Object[]) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
generates a new entity
Generator - Class in nl.tudelft.simulation.dsol.formalisms.flow
This class defines a generator
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Generator(DEVSSimulatorInterface, Class, Object[]) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Generator
constructs a new generator for objects in a simulation.
getAbsoluteExecutionTime() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
 
getAbsoluteExecutionTime() - Method in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
 
getAmount() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource.Request
gets the requested amount.
getAnimationDelay() - Method in class nl.tudelft.simulation.dsol.simulators.Animator
 
getAnimationDelay() - Method in interface nl.tudelft.simulation.dsol.simulators.AnimatorInterface
returns the animation delay between each consequtive timestep
getAnimationDelay() - Method in class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread
 
getAnimationDelay() - Method in class nl.tudelft.simulation.dsol.simulators.RealTimeClock
 
getArgs() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
 
getAvailableCapacity() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
returns the currently available capacity on this resource.
getBatchSize() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
returns the batchSize
getBounds() - Method in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
 
getBounds() - Method in class nl.tudelft.simulation.dsol.animation.Editable
 
getBounds() - Method in interface nl.tudelft.simulation.dsol.animation.LocatableInterface
returns the bounds of the locatable object.
getBounds() - Method in class nl.tudelft.simulation.dsol.animation.StaticLocation
 
getCapacity() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
returns the maximum, and thus original capacity of the resource.
getClaimedCapacity() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
returns the amount of currently claimed capacity.
getColor(double) - Method in class nl.tudelft.simulation.dsol.animation.interpolation.ColorInterpolation
returns a color based on the interpolation between the original and end destination
getDescription() - Method in class nl.tudelft.simulation.dsol.experiment.Replication
gets the description of this replication
getDestination() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Station
Returns the destination.
getDestination() - Method in interface nl.tudelft.simulation.dsol.formalisms.flow.StationInterface
Method getDestination.
getEventList() - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
getEventList() - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
returns the eventlist of the simulator.
getExperiment() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
Returns the experiment
getID() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
 
getID() - Method in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
sets the id of an event.
getId() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource.Request
returns the id of the request
getImages() - Method in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
 
getInterval() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
returns the interarrival intercal
getLocation() - Method in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
 
getLocation() - Method in class nl.tudelft.simulation.dsol.animation.Editable
 
getLocation(double) - Method in interface nl.tudelft.simulation.dsol.animation.interpolation.InterpolationInterface
returns the current location
getLocation(double) - Method in class nl.tudelft.simulation.dsol.animation.interpolation.LinearInterpolation
 
getLocation() - Method in interface nl.tudelft.simulation.dsol.animation.LocatableInterface
returns the location of an object
getLocation() - Method in class nl.tudelft.simulation.dsol.animation.StaticLocation
 
getMaxNumber() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
returns the maximum number of entities to be created
getMaxNumberOfPoints() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
getMaxNumberOfPoints() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Get the maximum allowed number of points for this editable
getMethod() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
 
getMinNumberOfPoints() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
getMinNumberOfPoints() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Get the minimum allowed number of points for this editable
getModel() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
returns the model
getNumber() - Method in class nl.tudelft.simulation.dsol.experiment.Replication
returns the number of this replication
getNumber() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
returns the number of this replication
getOrientation() - Method in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
Returns the orientation of this image to the point [0,0].
getOrigin() - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
returns the TreeMapEventList
getPriority() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
 
getPriority() - Method in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
 
getPriority() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource.Request
returns the priority of the request
getProperties() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
returns the properties for this treatment
getProperty(String) - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
returns a property
getQueue() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Seize
returns the queue
getQueueLength() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
returns the number of instances currently waiting for this resource
getReplication() - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
 
getReplication() - Method in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
returns the currently executed replication.
getReplicationMode() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
Returns the replication mode of this treatment.
getReplications() - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
Returns the replications of a run control.
getRequestor() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource.Request
gets the requestor.
getRun() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
returns the current run
getRunControl() - Method in class nl.tudelft.simulation.dsol.experiment.Replication
Returns the runControl
getRunControl() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
returns the RunControl
getRunLength() - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
returns the runLength
getScale(Rectangle2D, Dimension) - Static method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface.Util
returns the scale of a screen compared to an extent.
getScale() - Method in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
getSchedule() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Schedule
returns the schedule
getScreenCoordinates(Point2D, Rectangle2D, Dimension) - Static method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface.Util
returns the frame xy-coordinates of a point in world coordinates.
getSimulator() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
returns the simulator
getSimulatorTime() - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
 
getSimulatorTime() - Method in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
returns the actual simulator time.
getSource() - Method in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
 
getSource() - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
getSource() - Method in interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
gets the source of this renderable
getSource() - Method in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
getSource() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
 
getStartTime() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
returns the startTime
getStartTime() - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
returns the startTime of the generator
getStream(String) - Method in class nl.tudelft.simulation.dsol.experiment.Replication
returns a specific stream
getStreams() - Method in class nl.tudelft.simulation.dsol.experiment.Replication
returns the streams
getTableModel() - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
returns the tableModel
getTarget() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
 
getTimeStep() - Method in class nl.tudelft.simulation.dsol.simulators.DESSSimulator
 
getTimeStep() - Method in interface nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface
returns the time step of the DESS simulator
getTimeStep() - Method in class nl.tudelft.simulation.dsol.simulators.DEVDESSSimulator
 
getTimeUnit() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
returns the timeUnit
getTreatment() - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
returns the treatment
getTreatments() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
Returns the treatments of this experiment
getType() - Method in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
returns the type
getType() - Method in interface nl.tudelft.simulation.dsol.animation.D3.Renderable3DInterface
Get the type.
getUrl() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
returns the URL
getValue() - Method in class nl.tudelft.simulation.dsol.experiment.TimeUnit
 
getValue() - Method in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
Method getValue.This method returns the number of timeunits relative to milliseconds
getVertices() - Method in class nl.tudelft.simulation.dsol.animation.Editable
 
getWarmupPeriod() - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
returns the warmupPeriod
getWorldCoordinates(Point2D, Rectangle2D, Dimension) - Static method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface.Util
returns the frame xy-coordinates of a point in screen coordinates.
GisRenderable2D - Class in nl.tudelft.simulation.dsol.animation.D2
This renderable draws CAD/GIS objects.
GisRenderable2D(SimulatorInterface, URL) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
constructs a new GisRenderable2D

H

HEADER - Static variable in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
The tableHeader
Histogram - Class in nl.tudelft.simulation.dsol.statistics.charts
The Histogram extends the Histogram and links this it to the dsol framework
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Histogram(SimulatorInterface, String, double[], double[], int) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.Histogram
constructs a new Histogram
Histogram(SimulatorInterface, String, double[], int) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.Histogram
constructs a new Histogram
hold(double) - Method in class nl.tudelft.simulation.dsol.formalisms.process.NestedProcess
holds the process for a duration
hold(double) - Method in class nl.tudelft.simulation.dsol.formalisms.process.Process
holds the process for a duration
hold(double) - Method in class nl.tudelft.simulation.dsol.formalisms.process.SubProcess
holds the process for a duration
HOUR - Static variable in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
HOUR reflects the HOUR

I

id - Variable in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
the id used in compare statements
image - Variable in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
the image cached image
imageIcons - Variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
the imageIcons to be used
ImageRenderable - Class in nl.tudelft.simulation.dsol.animation.D2
An abstract class for state-dependent image renderables.
ImageRenderable(LocatableInterface, SimulatorInterface, URL[]) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
constructs a new ImageRenderable
ImageRenderable(DirectedPoint, Dimension, SimulatorInterface, URL[]) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
constructs a new ImageRenderable
ImageRenderable(Point2D, Dimension, SimulatorInterface, URL[]) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
constructs a new ImageRenderable
images - Variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
the imageIcons to use
initialize(double, double[]) - Method in class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
 
initialize(Replication) - Method in class nl.tudelft.simulation.dsol.simulators.DESSSimulator
 
initialize(Replication) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
initialize(Replication) - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
 
initialize(Replication) - Method in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
initializes the simulator with a specified replication.
InterpolationInterface - Interface in nl.tudelft.simulation.dsol.animation.interpolation
A InterpolationInterface
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
interval - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
interval defines the inter construction time
isClosedShape() - Method in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
 
isClosedShape() - Method in interface nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2DInterface
Returns whether this shape is closed or open.
isEmpty() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns whether the eventlist is empty
isEmpty() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
isFlip() - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
isRotate() - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
isRunning() - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
 
isRunning() - Method in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
is the simulator running.
isScale() - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
isTranslate() - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
iterator() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns the iterator for this eventlist
iterator() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 

L

last() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns the last scheduled event
last() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
LB - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
LEFT-BOTTOM location
LC - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
LEFT-CENTER location
LinearInterpolation - Class in nl.tudelft.simulation.dsol.animation.interpolation
A LinearInterpolation
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
LinearInterpolation(double, double, DirectedPoint, DirectedPoint) - Constructor for class nl.tudelft.simulation.dsol.animation.interpolation.LinearInterpolation
constructs a new LinearInterpolation
listEditables() - Static method in class nl.tudelft.simulation.dsol.animation.Editable
returns the editables as a list of name=class
LocatableInterface - Interface in nl.tudelft.simulation.dsol.animation
The locatable interface enforces knownledge on position.
location - Variable in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
the location of the image
location - Variable in class nl.tudelft.simulation.dsol.animation.Editable
the location of the editable
LOCATION_CHANGED_EVENT - Static variable in class nl.tudelft.simulation.dsol.animation.Editable
LOCATION_CHANGED_EVENT the LOCATION_CHANGED_EVENT
locationGroup - Variable in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
Rotation group
LT - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
LEFT-TOP location

M

map - Variable in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
the map to display
MAX_PRIORITY - Static variable in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
MAX_PRIORITY is a constant reflecting the maximum priority
MAX_REQUEST_PRIORITY - Static variable in class nl.tudelft.simulation.dsol.formalisms.Resource
the maximum priority
method - Variable in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
method is the method which embodies the state change
MILLISECOND - Static variable in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
MILLISECOND reflects the MILLISECONDS
MIN_PRIORITY - Static variable in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
MIN_PRIORITY is a constant reflecting the minimal priority
MIN_REQUEST_PRIORITY - Static variable in class nl.tudelft.simulation.dsol.formalisms.Resource
the minimum priority
MINUTE - Static variable in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
MINUTE reflects the MINUTE
modCount - Variable in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
The number of structural modifications to the tree.
MODEL_CHANGED_EVENT - Static variable in class nl.tudelft.simulation.dsol.experiment.Experiment
MODEL_CHANGED_EVENT is fired whenever the model is changed
ModelInterface - Interface in nl.tudelft.simulation.dsol
The model interface defines the model object.

N

NestedProcess - Class in nl.tudelft.simulation.dsol.formalisms.process
A Process
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
NestedProcess(DEVSSimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.formalisms.process.NestedProcess
constructs a new Process.
NestedProcess(DEVSSimulatorInterface, double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.process.NestedProcess
constructs a new Process
nextEvent - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
nextEvent refers to the next simEvent
nl.tudelft.simulation.dsol - package nl.tudelft.simulation.dsol
DSOL; A DISTRIBUTED JAVA BASED DISCRETE EVENT SIMULATION ARCHITECTURE.
nl.tudelft.simulation.dsol.animation - package nl.tudelft.simulation.dsol.animation
 
nl.tudelft.simulation.dsol.animation.D2 - package nl.tudelft.simulation.dsol.animation.D2
 
nl.tudelft.simulation.dsol.animation.D3 - package nl.tudelft.simulation.dsol.animation.D3
 
nl.tudelft.simulation.dsol.animation.interpolation - package nl.tudelft.simulation.dsol.animation.interpolation
 
nl.tudelft.simulation.dsol.context - package nl.tudelft.simulation.dsol.context
 
nl.tudelft.simulation.dsol.eventlists - package nl.tudelft.simulation.dsol.eventlists
Provides classes and interfaces for eventlists.
nl.tudelft.simulation.dsol.experiment - package nl.tudelft.simulation.dsol.experiment
Experimental design in DSOL.
nl.tudelft.simulation.dsol.formalisms - package nl.tudelft.simulation.dsol.formalisms
 
nl.tudelft.simulation.dsol.formalisms.dess - package nl.tudelft.simulation.dsol.formalisms.dess
 
nl.tudelft.simulation.dsol.formalisms.devs - package nl.tudelft.simulation.dsol.formalisms.devs
 
nl.tudelft.simulation.dsol.formalisms.flow - package nl.tudelft.simulation.dsol.formalisms.flow
Flow package.
nl.tudelft.simulation.dsol.formalisms.flow.statistics - package nl.tudelft.simulation.dsol.formalisms.flow.statistics
 
nl.tudelft.simulation.dsol.formalisms.process - package nl.tudelft.simulation.dsol.formalisms.process
 
nl.tudelft.simulation.dsol.simulators - package nl.tudelft.simulation.dsol.simulators
Provides the simulator interfaces and classes for a number of formalisms.
nl.tudelft.simulation.dsol.statistics - package nl.tudelft.simulation.dsol.statistics
 
nl.tudelft.simulation.dsol.statistics.charts - package nl.tudelft.simulation.dsol.statistics.charts
 
NORMAL_PRIORITY - Static variable in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
NORMAL_PRIORITY is a constant reflecting the normal priority
notify(EventInterface) - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
 
notify(EventInterface) - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
 
notify(EventInterface) - Method in class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
 
notify(EventInterface) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.statistics.Utilization
 
notify(EventInterface) - Method in class nl.tudelft.simulation.dsol.statistics.Counter
 
notify(EventInterface) - Method in class nl.tudelft.simulation.dsol.statistics.Persistent
 
notify(EventInterface) - Method in class nl.tudelft.simulation.dsol.statistics.Tally
 

O

orientation - Variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
the origin of the image

P

paint(Graphics2D, Rectangle2D, Dimension, ImageObserver) - Method in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
 
paint(Graphics2D, ImageObserver) - Method in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
 
paint(Graphics2D, Rectangle2D, Dimension, ImageObserver) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
paint(Graphics2D, ImageObserver) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
draws an animation on a worldcoordinates around [x,y=0,0]
paint(Graphics2D, Rectangle2D, Dimension, ImageObserver) - Method in interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
paints the object on a 2D graphics object
Persistent - Class in nl.tudelft.simulation.dsol.statistics
The Persistent extends the persistent and links this it to the dsol framework
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Persistent(String, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.statistics.Persistent
constructs a new Persistent
Persistent(String, SimulatorInterface, EventProducerInterface, EventType) - Constructor for class nl.tudelft.simulation.dsol.statistics.Persistent
constructs a new Persistent
previousX - Variable in class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
the previousX
previousY - Variable in class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
the previousY
priority - Variable in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
priority reflects the priority of the event
Process - Class in nl.tudelft.simulation.dsol.formalisms.process
A Process
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Process(DEVSSimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.formalisms.process.Process
constructs a new Process.
Process(DEVSSimulatorInterface, double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.process.Process
constructs a new Process
provideModel(TransformGroup) - Method in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
Provide the 3D model and add it to the locationGroup

Q

QUEUE_LENGTH_EVENT - Static variable in class nl.tudelft.simulation.dsol.formalisms.flow.Seize
QUEUE_LENGTH_EVENT is fired when the queue length is changed

R

RB - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
RIGHT-BOTTOM location
RC - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
RIGHT-CENTER location
RealTimeClock - Class in nl.tudelft.simulation.dsol.simulators
The reference implementation of the realTimeClock.
RealTimeClock() - Constructor for class nl.tudelft.simulation.dsol.simulators.RealTimeClock
constructs a new RealTimeClock
RECEIVE_EVENT - Static variable in interface nl.tudelft.simulation.dsol.formalisms.flow.StationInterface
RECEIVE_EVENT is fired whenever an entity enters the station
receiveObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Delay
 
receiveObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Departure
 
receiveObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Duplicate
 
receiveObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
 
receiveObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Release
 
receiveObject(Object, double) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Seize
receives an object which request an amount
receiveObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Seize
 
receiveObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Station
 
receiveObject(Object) - Method in interface nl.tudelft.simulation.dsol.formalisms.flow.StationInterface
receives an object is invoked whenever an entity arrives
receiveRequestedResource(double, Resource) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Seize
 
receiveRequestedResource(double, Resource) - Method in interface nl.tudelft.simulation.dsol.formalisms.ResourceRequestorInterface
receive the requested resource
RED - Static variable in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
RED
RedBlackTree - Class in nl.tudelft.simulation.dsol.eventlists
A RedBlackTree implementation of the eventlistInterface.
RedBlackTree() - Constructor for class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
constructs a new RedBlackTree
Release - Class in nl.tudelft.simulation.dsol.formalisms.flow
The release station releases a given quantity of a claimed resource.
Release(DEVSSimulatorInterface, Resource) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Release
Constructor for Release.
Release(DEVSSimulatorInterface, Resource, double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Release
Constructor for Release.
RELEASE_EVENT - Static variable in interface nl.tudelft.simulation.dsol.formalisms.flow.StationInterface
RECEIVE_EVENT is fired whenever an entity leaves the station
releaseCapacity(double) - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
releases an amount of capacity from the resource.
releaseObject(Object) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Station
releases an object
remove(SimEventInterface) - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
removes the event from this tree
remove(SimEventInterface) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
remove(SimEventInterface) - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
 
removeAll(Collection) - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
removes a collection of events from this tree
removeAll(Collection) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
removeAll(Collection) - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
 
removeFirst() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
removes the first event from the eventlist.
removeFirst() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
removeFirst() - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
 
removeLast() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
removes the last event from the eventlist.
removeLast() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
removeLast() - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
 
Renderable2D - Class in nl.tudelft.simulation.dsol.animation.D2
The Renderable2D provides an easy accessible renderable object.
Renderable2D(LocatableInterface, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
constructs a new Renderable2D
Renderable2DInterface - Interface in nl.tudelft.simulation.dsol.animation.D2
The Renderable2D interface defines the basic interface for 2d animation.
Renderable2DInterface.Util - Class in nl.tudelft.simulation.dsol.animation.D2
A Util
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Renderable2DInterface.Util() - Constructor for class nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface.Util
constructs a new Util
Renderable3D - Class in nl.tudelft.simulation.dsol.animation.D3
Renderable3D, a 3d renderable
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Renderable3D(SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
Renderable3D(DirectedPoint, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
Renderable3D(DirectedPoint, BranchGroup, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
Renderable3D(Point2D, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
Renderable3D(LocatableInterface, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
Renderable3DInterface - Interface in nl.tudelft.simulation.dsol.animation.D3
Renderable3DInterface, an interface for 3d renderables
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Replication - Class in nl.tudelft.simulation.dsol.experiment
The replication of a runcontrol.
Replication(RunControl, int) - Constructor for class nl.tudelft.simulation.dsol.experiment.Replication
constructs a new Replication
replication - Variable in class nl.tudelft.simulation.dsol.simulators.Simulator
replication represents the currently active replication
REPLICATION_MODE_STEADY_STATE - Static variable in class nl.tudelft.simulation.dsol.experiment.Treatment
the TERMINATING replication mode
REPLICATION_MODE_TERMINATING - Static variable in class nl.tudelft.simulation.dsol.experiment.Treatment
the TERMINATING replication mode
requestCapacity(double, ResourceRequestorInterface) - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
requests an amount of capacity from the resource \
requestCapacity(double, ResourceRequestorInterface, int) - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
requests an amount of capacity from the resource \
requests - Variable in class nl.tudelft.simulation.dsol.formalisms.Resource
request defines the list of requestors for this resource
reset() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
resets the experiment
reset() - Method in class nl.tudelft.simulation.dsol.experiment.Replication
resets the RunControl
reset() - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
resets the RunControl
resolveOrigin(short, Dimension) - Method in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
resolves the origin of the image
Resource - Class in nl.tudelft.simulation.dsol.formalisms
A resource defines a shared and limited amount.
Resource(DEVSSimulatorInterface, String, double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.Resource
Method Resource.
Resource(DEVSSimulatorInterface, double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.Resource
Method Resource.
Resource.Request - Class in nl.tudelft.simulation.dsol.formalisms
A Request.
Resource.Request(ResourceRequestorInterface, double, int) - Constructor for class nl.tudelft.simulation.dsol.formalisms.Resource.Request
constructs a new Request
RESOURCE_REQUESTED_QUEUE_LENGTH - Static variable in class nl.tudelft.simulation.dsol.formalisms.Resource
RESOURCE_REQUESTED_QUEUE_LENGTH fired on changes in queue length
ResourceRequestorInterface - Interface in nl.tudelft.simulation.dsol.formalisms
This interface provides a callback method to the resource.
root - Variable in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
the root of the tree
rotate - Variable in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
whether to rotate the renderable
RT - Static variable in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
RIGHT-TOP location
run() - Method in class nl.tudelft.simulation.dsol.simulators.Animator
 
run() - Method in class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread.AnimationThread
 
run() - Method in class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread
 
run() - Method in class nl.tudelft.simulation.dsol.simulators.DESSSimulator
 
run() - Method in class nl.tudelft.simulation.dsol.simulators.DEVDESSSimulator
 
run() - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
run() - Method in class nl.tudelft.simulation.dsol.simulators.RealTimeClock
 
run() - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
The run method defines the actual time step mechanism of the simulator.
RunControl - Class in nl.tudelft.simulation.dsol.experiment
The RunControl specifies all parameters for the simulator.
RunControl(Treatment) - Constructor for class nl.tudelft.simulation.dsol.experiment.RunControl
Constructs a new RunControl object.
running - Variable in class nl.tudelft.simulation.dsol.simulators.Simulator
running represents the binary state of the simulator

S

scale - Variable in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
whether to scale the renderable when zooming in or out
scale - Variable in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
Scale: temporary solution This scale is used to scale translations and can also be used to scale the model (shape).
Schedule - Class in nl.tudelft.simulation.dsol.formalisms.flow
The schedule is an extension to the generate which accepts a schedule of interarrival times.
Schedule(DEVSSimulatorInterface, Class, Object[]) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Schedule
constructs a new Schedule
scheduleEvent(SimEventInterface) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
scheduleEvent(double, Object, Object, String, Object[]) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
scheduleEvent(double, short, Object, Object, String, Object[]) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
scheduleEvent(double, TimeUnitInterface, Object, Object, String, Object[]) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
scheduleEvent(double, TimeUnitInterface, short, Object, Object, String, Object[]) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
scheduleEvent(SimEventInterface) - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
Method scheduleEvent schedules an event on the eventlist.
scheduleEvent(double, short, Object, Object, String, Object[]) - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
schedules a methodCall at a relative duration.
scheduleEvent(double, TimeUnitInterface, short, Object, Object, String, Object[]) - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
schedules a methodCall at a relative duration.
scheduleEvent(double, Object, Object, String, Object[]) - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
schedules a methodCall at a relative duration.
scheduleEvent(double, TimeUnitInterface, Object, Object, String, Object[]) - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
schedules a methodCall at a relative duration.
screenSize - Variable in class nl.tudelft.simulation.dsol.animation.D2.GisRenderable2D
the cached screenSize
SECOND - Static variable in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
SECOND reflects the SECOND
Seize - Class in nl.tudelft.simulation.dsol.formalisms.flow
The Seize requests a resource and releases an entity whenever this resource is actually claimed.
Seize(DEVSSimulatorInterface, Resource) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Seize
Constructor for Seize.
Seize(DEVSSimulatorInterface, Resource, double) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Seize
Constructor for Seize.
selectImage() - Method in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
selects the image.
selectImage() - Method in class nl.tudelft.simulation.dsol.animation.D2.SingleImageRenderable
 
semaphore - Variable in class nl.tudelft.simulation.dsol.simulators.Simulator
the simulatorSemaphore
setAnimationDelay(long) - Method in class nl.tudelft.simulation.dsol.simulators.Animator
 
setAnimationDelay(long) - Method in interface nl.tudelft.simulation.dsol.simulators.AnimatorInterface
sets the animationDelay
setAnimationDelay(long) - Method in class nl.tudelft.simulation.dsol.simulators.AnimatorWithThread
 
setAnimationDelay(long) - Method in class nl.tudelft.simulation.dsol.simulators.RealTimeClock
 
setBatchSize(DistDiscrete) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
sets the batchsize of the generator
setBounds(Bounds) - Method in class nl.tudelft.simulation.dsol.animation.Editable
sets the bounds of this editable
setCapacity(double) - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
sets the capacity of the resource
setDescription(String) - Method in class nl.tudelft.simulation.dsol.experiment.Replication
Sets the description of this replication
setDestination(StationInterface) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Station
 
setDestination(StationInterface) - Method in interface nl.tudelft.simulation.dsol.formalisms.flow.StationInterface
sets the destination of this object
setEventList(EventListInterface) - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
setEventList(EventListInterface) - Method in interface nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface
Method setEventList sets the eventlist.
setExperiment(Experiment) - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
sets the experiment of this treatment
setFlip(boolean) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
setID(long) - Method in class nl.tudelft.simulation.dsol.formalisms.devs.AbstractSimEvent
 
setID(long) - Method in interface nl.tudelft.simulation.dsol.formalisms.devs.SimEventInterface
sets the id of an event.
setInterval(DistContinuous) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
sets the interarrival distribution
setLocation(DirectedPoint) - Method in class nl.tudelft.simulation.dsol.animation.Editable
sets the location of this editable.
setMaxNumber(long) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
sets the maximum number of entities to be created
setModel(ModelInterface) - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
sets the model on the experiment
setOrientation(short) - Method in class nl.tudelft.simulation.dsol.animation.D2.ImageRenderable
 
setProperties(Properties) - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
sets the properties
setProperty(String, String) - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
sets a property
setQueue(List) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Seize
sets the queue to this seize.
setReplicationMode(short) - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
sets the replication mode of this treatment
setReplications(Replication[]) - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
sets the replications
setRotate(boolean) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
setRunControl(RunControl) - Method in class nl.tudelft.simulation.dsol.experiment.Replication
sets the run control of this replication
setRunControl(RunControl) - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
sets the RunControl
setRunLength(double) - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
sets the runLength
setScale(boolean) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
setScale(double) - Method in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
 
setSchedule(SortedMap) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Schedule
sets the schedule
setShowPackage(boolean) - Method in class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
sets the showPackage
setSimulator(SimulatorInterface) - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
sets the simulator
setStartTime(long) - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
sets the startTime of the treatment
setStartTime(DistContinuous) - Method in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
sets the startTime
setStreams(Map) - Method in class nl.tudelft.simulation.dsol.experiment.Replication
sets the stream for this replication
setTimeStep(double) - Method in class nl.tudelft.simulation.dsol.simulators.DESSSimulator
 
setTimeStep(double) - Method in interface nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface
Method setTimeStep sets the time step of the simulator
setTimeStep(double) - Method in class nl.tudelft.simulation.dsol.simulators.DEVDESSSimulator
 
setTimeUnit(TimeUnitInterface) - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
sets the timeUnit of the treatment
setTranslate(boolean) - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
setTreatments(Treatment[]) - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
sets the treatments of an experiment
setUrl(URL) - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
sets the URL of the experiment
setVertices(CartesianPoint[]) - Method in class nl.tudelft.simulation.dsol.animation.Editable
sets the vertices of this editable
setWarmupPeriod(double) - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
sets the warmupPeriod
shouldBeInterpreted(Method) - Method in class nl.tudelft.simulation.dsol.formalisms.process.DSOLInterpreterOracle
 
SimEvent - Class in nl.tudelft.simulation.dsol.formalisms.devs
The SimEvent forms the essential scheduling mechanism for D-SOL.
SimEvent(double, Object, Object, String, Object[]) - Constructor for class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
The constuctor of the event stores the time the event must be executed and the object and method to invoke
SimEvent(double, short, Object, Object, String, Object[]) - Constructor for class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
The constuctor of the event stores the time the event must be executed and the object and method to invoke
SimEventInterface - Interface in nl.tudelft.simulation.dsol.formalisms.devs
A SimEventInterface embodies the envolope in the scheduled method invocation information is stored.
SimRuntimeException - Exception in nl.tudelft.simulation.dsol
This class defines SimRuntimeException.
SimRuntimeException() - Constructor for exception nl.tudelft.simulation.dsol.SimRuntimeException
Constructor for SimRuntimeException.
SimRuntimeException(String) - Constructor for exception nl.tudelft.simulation.dsol.SimRuntimeException
constructs a new SimRuntimeException
SimRuntimeException(String, Throwable) - Constructor for exception nl.tudelft.simulation.dsol.SimRuntimeException
constructs a new SimRuntimeException
SimRuntimeException(Throwable) - Constructor for exception nl.tudelft.simulation.dsol.SimRuntimeException
Constructor for SimRuntimeException.
simulator - Variable in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
simulator
simulator - Variable in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
the simulator
simulator - Variable in class nl.tudelft.simulation.dsol.animation.Editable
the simulator to use
simulator - Variable in class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
simulator
simulator - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Station
simulator is the simulator on which behavior is scheduled
simulator - Variable in class nl.tudelft.simulation.dsol.formalisms.process.NestedProcess
the simulator to schedule on
simulator - Variable in class nl.tudelft.simulation.dsol.formalisms.process.Process
the simulator to schedule on
simulator - Variable in class nl.tudelft.simulation.dsol.formalisms.process.SubProcess
the simulator to schedule on
simulator - Variable in class nl.tudelft.simulation.dsol.formalisms.Resource
simulator defines the simulator on which is scheduled
Simulator - Class in nl.tudelft.simulation.dsol.simulators
The Simulator class is an abstract implementation of the SimulatorInterface.
Simulator() - Constructor for class nl.tudelft.simulation.dsol.simulators.Simulator
constructs a new Simulator
SIMULATOR_CHANGED_EVENT - Static variable in class nl.tudelft.simulation.dsol.experiment.Experiment
SIMULATOR_CHANGED_EVENT is fired whenever the simulator is changed
SimulatorInterface - Interface in nl.tudelft.simulation.dsol.simulators
The SimulatorInterface defines the behavior of the simulators in the DSOL framework.
simulatorTime - Variable in class nl.tudelft.simulation.dsol.simulators.Simulator
simulatorTime represents the simulationTime
SingleImageRenderable - Class in nl.tudelft.simulation.dsol.animation.D2
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
SingleImageRenderable(LocatableInterface, SimulatorInterface, URL) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.SingleImageRenderable
constructs a new SingleImageRenderable
SingleImageRenderable(Point2D, Dimension, SimulatorInterface, URL) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.SingleImageRenderable
constructs a new SingleImageRenderable
SingleImageRenderable(DirectedPoint, Dimension, SimulatorInterface, URL) - Constructor for class nl.tudelft.simulation.dsol.animation.D2.SingleImageRenderable
constructs a new SingleImageRenderable
size() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns the number of scheduled events
size - Variable in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
The number of entries in the tree
size() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
source - Variable in class nl.tudelft.simulation.dsol.animation.D2.EditableRenderable2D
the source of this renderable
source - Variable in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
the source of the renderable
source - Variable in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
the source of this animatableObject
source - Variable in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
source reflects the source that created the simevent
start() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
starts the experiment on a simulator
start(SimulatorInterface) - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
starts the runControl
start() - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
 
start() - Method in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
starts the simulator
START_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
START_EVENT is fired when the simulator is started
START_REPLICATION_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
START_EVENT is fired when the simulator is started
startTime - Variable in class nl.tudelft.simulation.dsol.animation.interpolation.LinearInterpolation
the start time
startTime - Variable in class nl.tudelft.simulation.dsol.formalisms.flow.Generator
startTime defines the absolute startTime for the generator
STATIC_OBJECT - Static variable in interface nl.tudelft.simulation.dsol.animation.D3.Renderable3DInterface
Static (non dynamic) objects that describe the world or landscape, possibly containing other static or animated objects.
StaticLocation - Class in nl.tudelft.simulation.dsol.animation
A StaticLocation
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
StaticLocation(double, double, double, double, double, double, Bounds) - Constructor for class nl.tudelft.simulation.dsol.animation.StaticLocation
constructs a new StaticLocation
StaticLocation(Point2D, double, Bounds) - Constructor for class nl.tudelft.simulation.dsol.animation.StaticLocation
constructs a new StaticLocation
StaticLocation(DirectedPoint, Bounds) - Constructor for class nl.tudelft.simulation.dsol.animation.StaticLocation
constructs a new StaticLocation
Station - Class in nl.tudelft.simulation.dsol.formalisms.flow
A station is an object which can accept other objects.
Station(DEVSSimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.Station
constructs a new Station.
StationInterface - Interface in nl.tudelft.simulation.dsol.formalisms.flow
A station is an object which accepts other objects and is linked to a destination.
step() - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
step() - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
 
step() - Method in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
steps the simulator.
STEP_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
STEP_EVENT is fired when the simulator is stepped
stop() - Method in class nl.tudelft.simulation.dsol.simulators.DEVSSimulator
 
stop() - Method in class nl.tudelft.simulation.dsol.simulators.Simulator
 
stop() - Method in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
stops the simulator.
STOP_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
STOP_EVENT is fired when the simulator is stopped
SubProcess - Class in nl.tudelft.simulation.dsol.formalisms.process
A SubProcess
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
SubProcess(DEVSSimulatorInterface, NestedProcess) - Constructor for class nl.tudelft.simulation.dsol.formalisms.process.SubProcess
constructs a new Process.
successor(RedBlackTree.Entry) - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
Returns the successor of the specified Entry, or null if no such.

T

TableModelEventList - Class in nl.tudelft.simulation.dsol.eventlists
A TableModel implementation of an eventlist is an extionsion of the eventlist which upholds its own TableModel.
TableModelEventList(EventListInterface) - Constructor for class nl.tudelft.simulation.dsol.eventlists.TableModelEventList
constructs a new TableModelEventList
Tally - Class in nl.tudelft.simulation.dsol.statistics
The Tally extends the tally and links this it to the dsol framework
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Tally(String, SimulatorInterface) - Constructor for class nl.tudelft.simulation.dsol.statistics.Tally
constructs a new Tally.
Tally(String, SimulatorInterface, EventProducerInterface, EventType) - Constructor for class nl.tudelft.simulation.dsol.statistics.Tally
constructs a new Tally
target - Variable in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
target reflects the target on which a state change is scheduled
TIME_CHANGED_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
TIME_CHANGED_EVENT is fired when the simulatorTime is updated
TIME_STEP_CHANGED_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface
TIME_STEP_CHANGED_EVENT is fired when the time step is set
timeStep - Variable in class nl.tudelft.simulation.dsol.simulators.DESSSimulator
timeStep represents the timestep of the DESS simulator
timeStep - Variable in class nl.tudelft.simulation.dsol.simulators.DEVDESSSimulator
timeStep represents the DESS timeStep
TimeUnit - Class in nl.tudelft.simulation.dsol.experiment
The TimeUnitInterface defines the simulator time units.
TimeUnit(long, String) - Constructor for class nl.tudelft.simulation.dsol.experiment.TimeUnit
Method Speed.
TimeUnitInterface - Interface in nl.tudelft.simulation.dsol.experiment
The TimeUnitInterface defines the simulator time units.
toArray() - Method in interface nl.tudelft.simulation.dsol.eventlists.EventListInterface
returns the eventlist as array of simevents
toArray() - Method in class nl.tudelft.simulation.dsol.eventlists.RedBlackTree
 
toString() - Method in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
 
toString() - Method in class nl.tudelft.simulation.dsol.experiment.Experiment
 
toString() - Method in class nl.tudelft.simulation.dsol.experiment.Replication
 
toString() - Method in class nl.tudelft.simulation.dsol.experiment.RunControl
 
toString() - Method in class nl.tudelft.simulation.dsol.experiment.TimeUnit
 
toString() - Method in class nl.tudelft.simulation.dsol.experiment.Treatment
 
toString() - Method in class nl.tudelft.simulation.dsol.formalisms.devs.SimEvent
 
toString() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource.Request
 
toString() - Method in class nl.tudelft.simulation.dsol.formalisms.Resource
 
toString() - Method in class nl.tudelft.simulation.dsol.statistics.charts.BoxAndWhiskerChart
 
toString() - Method in class nl.tudelft.simulation.dsol.statistics.charts.Histogram
 
toString() - Method in class nl.tudelft.simulation.dsol.statistics.charts.XYChart
 
translate - Variable in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
whether to translate the renderable when panning
treatment - Variable in class nl.tudelft.simulation.dsol.experiment.RunControl
treatment reflects the treatment to which this runcontrol belongs
Treatment - Class in nl.tudelft.simulation.dsol.experiment
The treatment is comprises the specification of input data, the runControl and the specification of output data.
Treatment(Experiment, int) - Constructor for class nl.tudelft.simulation.dsol.experiment.Treatment
contructs a Treatment
Treatment(Experiment, int, short) - Constructor for class nl.tudelft.simulation.dsol.experiment.Treatment
contructs a Treatment
type - Variable in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
Type of renderable (world, static or simulated

U

UNIT - Static variable in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
UNIT reflects the non actual time related unit
update() - Method in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
updates the renderable
update(Enumeration) - Method in class nl.tudelft.simulation.dsol.animation.D3.Renderable3D
Method update.
update() - Method in interface nl.tudelft.simulation.dsol.animation.D3.Renderable3DInterface
Update the representation of the model
UPDATE_ANIMATION_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.AnimatorInterface
UPDATE_ANIMATION_EVENT is fired to wake up animatable components
Utilization - Class in nl.tudelft.simulation.dsol.formalisms.flow.statistics
A Utilization
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
Utilization(String, SimulatorInterface, StationInterface) - Constructor for class nl.tudelft.simulation.dsol.formalisms.flow.statistics.Utilization
constructs a new Utilization
UTILIZATION_EVENT - Static variable in class nl.tudelft.simulation.dsol.formalisms.Resource
UTILIZATION_EVENT is fired on activity

V

VALUE_CHANGED_EVENT - Static variable in interface nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquationInterface
VALUE_CHANGED_EVENT is firedd on value changes
vertices - Variable in class nl.tudelft.simulation.dsol.animation.Editable
the vertices

W

WARMUP_EVENT - Static variable in interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface
WARMUP_EVENT is fired when the initialize method is invoked
WEEK - Static variable in interface nl.tudelft.simulation.dsol.experiment.TimeUnitInterface
WEEK reflects the WEEK
worker - Variable in class nl.tudelft.simulation.dsol.simulators.Simulator
a worker

X

XYChart - Class in nl.tudelft.simulation.dsol.statistics.charts
The XYPlot extends the XYPlot and links this it to the dsol framework
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
XYChart(SimulatorInterface, String) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, short) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double[]) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double[], short) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double, short) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double[], double[]) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double, double[]) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double[], double[], short) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart
XYChart(SimulatorInterface, String, double, double[], short) - Constructor for class nl.tudelft.simulation.dsol.statistics.charts.XYChart
constructs a new XYChart

A B C D E F G H I L M N O P Q R S T U V W X

Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.