|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SimulatorInterface | |
| nl.tudelft.simulation.dsol | DSOL; A DISTRIBUTED JAVA BASED DISCRETE EVENT SIMULATION ARCHITECTURE. |
| nl.tudelft.simulation.dsol.animation | |
| nl.tudelft.simulation.dsol.animation.D2 | |
| nl.tudelft.simulation.dsol.animation.D3 | |
| nl.tudelft.simulation.dsol.context | |
| nl.tudelft.simulation.dsol.experiment | Experimental design in DSOL. |
| nl.tudelft.simulation.dsol.formalisms.flow.statistics | |
| nl.tudelft.simulation.dsol.simulators | Provides the simulator interfaces and classes for a number of formalisms. |
| nl.tudelft.simulation.dsol.statistics | |
| nl.tudelft.simulation.dsol.statistics.charts | |
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol |
| Methods in nl.tudelft.simulation.dsol with parameters of type SimulatorInterface | |
void |
ModelInterface.constructModel(SimulatorInterface simulator)
construct a model on a simulator |
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.animation |
| Fields in nl.tudelft.simulation.dsol.animation declared as SimulatorInterface | |
protected SimulatorInterface |
Editable.simulator
the simulator to use |
| Constructors in nl.tudelft.simulation.dsol.animation with parameters of type SimulatorInterface | |
Editable(SimulatorInterface simulator,
nl.tudelft.simulation.language.d3.DirectedPoint location)
constructs a new Editable |
|
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.animation.D2 |
| Fields in nl.tudelft.simulation.dsol.animation.D2 declared as SimulatorInterface | |
protected SimulatorInterface |
Renderable2D.simulator
simulator |
| Constructors in nl.tudelft.simulation.dsol.animation.D2 with parameters of type SimulatorInterface | |
SingleImageRenderable(LocatableInterface source,
SimulatorInterface simulator,
java.net.URL image)
constructs a new SingleImageRenderable |
|
SingleImageRenderable(java.awt.geom.Point2D staticLocation,
java.awt.Dimension size,
SimulatorInterface simulator,
java.net.URL image)
constructs a new SingleImageRenderable |
|
SingleImageRenderable(nl.tudelft.simulation.language.d3.DirectedPoint staticLocation,
java.awt.Dimension size,
SimulatorInterface simulator,
java.net.URL image)
constructs a new SingleImageRenderable |
|
Renderable2D(LocatableInterface source,
SimulatorInterface simulator)
constructs a new Renderable2D |
|
ImageRenderable(LocatableInterface source,
SimulatorInterface simulator,
java.net.URL[] images)
constructs a new ImageRenderable |
|
ImageRenderable(nl.tudelft.simulation.language.d3.DirectedPoint staticLocation,
java.awt.Dimension size,
SimulatorInterface simulator,
java.net.URL[] images)
constructs a new ImageRenderable |
|
ImageRenderable(java.awt.geom.Point2D staticLocation,
java.awt.Dimension size,
SimulatorInterface simulator,
java.net.URL[] images)
constructs a new ImageRenderable |
|
GisRenderable2D(SimulatorInterface simulator,
java.net.URL mapFile)
constructs a new GisRenderable2D |
|
EditableRenderable2D(Editable source,
SimulatorInterface simulator)
constructs a new EditableRenderable2D |
|
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.animation.D3 |
| Fields in nl.tudelft.simulation.dsol.animation.D3 declared as SimulatorInterface | |
protected SimulatorInterface |
Renderable3D.simulator
the simulator |
| Constructors in nl.tudelft.simulation.dsol.animation.D3 with parameters of type SimulatorInterface | |
Renderable3D(SimulatorInterface simulator)
|
|
Renderable3D(nl.tudelft.simulation.language.d3.DirectedPoint staticLocation,
SimulatorInterface simulator)
|
|
Renderable3D(nl.tudelft.simulation.language.d3.DirectedPoint staticLocation,
javax.media.j3d.BranchGroup branchGroup,
SimulatorInterface simulator)
|
|
Renderable3D(java.awt.geom.Point2D staticLocation,
SimulatorInterface simulator)
|
|
Renderable3D(LocatableInterface source,
SimulatorInterface simulator)
|
|
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.context |
| Methods in nl.tudelft.simulation.dsol.context with parameters of type SimulatorInterface | |
static void |
ContextUtil.createSubContext(SimulatorInterface simulator,
java.lang.String subContext)
creates a subContext in the context |
static void |
ContextUtil.createSubContext(SimulatorInterface simulator,
java.lang.String context,
java.lang.String subContext)
creates a subContext in the context |
static void |
ContextUtil.bindToContext(SimulatorInterface simulator,
java.lang.Object object)
binds an object to the context |
static void |
ContextUtil.bindToContext(SimulatorInterface simulator,
java.lang.String context,
java.lang.Object object)
binds an object to the context |
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.experiment |
| Methods in nl.tudelft.simulation.dsol.experiment that return SimulatorInterface | |
SimulatorInterface |
Experiment.getSimulator()
returns the simulator |
| Methods in nl.tudelft.simulation.dsol.experiment with parameters of type SimulatorInterface | |
static double |
TimeUnit.convert(double amount,
TimeUnitInterface units,
SimulatorInterface simulator)
converts amount units to the units of the simulator |
void |
RunControl.start(SimulatorInterface simulator)
starts the runControl |
void |
Experiment.setSimulator(SimulatorInterface simulator)
sets the simulator |
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.formalisms.flow.statistics |
| Constructors in nl.tudelft.simulation.dsol.formalisms.flow.statistics with parameters of type SimulatorInterface | |
Utilization(java.lang.String description,
SimulatorInterface simulator,
StationInterface target)
constructs a new Utilization |
|
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.simulators |
| Subinterfaces of SimulatorInterface in nl.tudelft.simulation.dsol.simulators | |
interface |
AnimatorInterface
The AnimatorInterface defines a DEVSDESS simulator with wallclock delay between the consequtive time steps. |
interface |
DESSSimulatorInterface
The DESS defines the interface of the DESS simulator. |
interface |
DEVDESSSimulatorInterface
The DEVSDESS simulator embodies both the continuous and the discrete formalism. |
interface |
DEVSSimulatorInterface
The DEVS defines the interface of the DEVS simulator. |
| Classes in nl.tudelft.simulation.dsol.simulators that implement SimulatorInterface | |
class |
Animator
The reference implementation of the animator. |
class |
DESSSimulator
The DESS defines the interface of the DESS simulator. |
class |
DEVDESSSimulator
The reference implementation of the DEVDESS simulator. |
class |
DEVSSimulator
The DEVS defines the interface of the DEVS simulator. |
class |
RealTimeClock
The reference implementation of the realTimeClock. |
class |
Simulator
The Simulator class is an abstract implementation of the SimulatorInterface. |
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.statistics |
| Constructors in nl.tudelft.simulation.dsol.statistics with parameters of type SimulatorInterface | |
Tally(java.lang.String description,
SimulatorInterface simulator)
constructs a new Tally. |
|
Tally(java.lang.String description,
SimulatorInterface simulator,
nl.tudelft.simulation.event.EventProducerInterface target,
nl.tudelft.simulation.event.EventType field)
constructs a new Tally |
|
Persistent(java.lang.String description,
SimulatorInterface simulator)
constructs a new Persistent |
|
Persistent(java.lang.String description,
SimulatorInterface simulator,
nl.tudelft.simulation.event.EventProducerInterface target,
nl.tudelft.simulation.event.EventType field)
constructs a new Persistent |
|
Counter(java.lang.String description,
SimulatorInterface simulator)
constructs a new Counter |
|
Counter(java.lang.String description,
SimulatorInterface simulator,
nl.tudelft.simulation.event.EventProducerInterface target,
nl.tudelft.simulation.event.EventType field)
constructs a new Counter |
|
| Uses of SimulatorInterface in nl.tudelft.simulation.dsol.statistics.charts |
| Constructors in nl.tudelft.simulation.dsol.statistics.charts with parameters of type SimulatorInterface | |
XYChart(SimulatorInterface simulator,
java.lang.String title)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
short axisType)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range)
constructs a new XYChart |
|
XYChart(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range,
short axisType)
constructs a new XYChart |
|
Histogram(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
double[] range,
int numberofBins)
constructs a new Histogram |
|
Histogram(SimulatorInterface simulator,
java.lang.String title,
double[] domain,
int numberofBins)
constructs a new Histogram |
|
BoxAndWhiskerChart(SimulatorInterface simulator,
java.lang.String title)
constructs a new BoxAndWhiskerChart |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||