Uses of Interface
nl.tudelft.simulation.dsol.simulators.SimulatorInterface

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, 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
 

Methods in nl.tudelft.simulation.dsol.animation.D2 with parameters of type SimulatorInterface
protected  void Renderable2D.bind2Context(SimulatorInterface simulator)
          binds a renderable2D to the context.
protected  void GisRenderable2D.bind2Context(SimulatorInterface simulator)
          binds a renderable2D to the context.
 

Constructors in nl.tudelft.simulation.dsol.animation.D2 with parameters of type SimulatorInterface
EditableRenderable2D(Editable source, SimulatorInterface simulator)
          constructs a new EditableRenderable2D
GisRenderable2D(SimulatorInterface simulator, URL mapFile)
          constructs a new GisRenderable2D
ImageRenderable(DirectedPoint staticLocation, Dimension size, SimulatorInterface simulator, URL[] images)
          constructs a new ImageRenderable
ImageRenderable(LocatableInterface source, SimulatorInterface simulator, URL[] images)
          constructs a new ImageRenderable
ImageRenderable(Point2D staticLocation, Dimension size, SimulatorInterface simulator, URL[] images)
          constructs a new ImageRenderable
Renderable2D(LocatableInterface source, SimulatorInterface simulator)
          constructs a new Renderable2D
SingleImageRenderable(DirectedPoint staticLocation, Dimension size, SimulatorInterface simulator, URL image)
          constructs a new SingleImageRenderable
SingleImageRenderable(LocatableInterface source, SimulatorInterface simulator, URL image)
          constructs a new SingleImageRenderable
SingleImageRenderable(Point2D staticLocation, Dimension size, SimulatorInterface simulator, URL image)
          constructs a new SingleImageRenderable
 

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(DirectedPoint staticLocation, BranchGroup branchGroup, SimulatorInterface simulator)
           
Renderable3D(DirectedPoint staticLocation, SimulatorInterface simulator)
           
Renderable3D(LocatableInterface source, SimulatorInterface simulator)
           
Renderable3D(Point2D staticLocation, SimulatorInterface simulator)
           
Renderable3D(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.bindToContext(SimulatorInterface simulator, Object object)
          binds an object to the context
static void ContextUtil.bindToContext(SimulatorInterface simulator, String context, Object object)
          binds an object to the context
static void ContextUtil.createSubContext(SimulatorInterface simulator, String subContext)
          creates a subContext in the context
static void ContextUtil.createSubContext(SimulatorInterface simulator, String context, String subContext)
          creates a subContext in 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 Experiment.setSimulator(SimulatorInterface simulator)
          sets the simulator
 void RunControl.start(SimulatorInterface simulator)
          starts the runControl
 

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(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 AnimatorWithThread
          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
Counter(String description, SimulatorInterface simulator)
          constructs a new Counter
Counter(String description, SimulatorInterface simulator, EventProducerInterface target, EventType field)
          constructs a new Counter
Persistent(String description, SimulatorInterface simulator)
          constructs a new Persistent
Persistent(String description, SimulatorInterface simulator, EventProducerInterface target, EventType field)
          constructs a new Persistent
Tally(String description, SimulatorInterface simulator)
          constructs a new Tally.
Tally(String description, SimulatorInterface simulator, EventProducerInterface target, EventType field)
          constructs a new Tally
 

Uses of SimulatorInterface in nl.tudelft.simulation.dsol.statistics.charts
 

Constructors in nl.tudelft.simulation.dsol.statistics.charts with parameters of type SimulatorInterface
BoxAndWhiskerChart(SimulatorInterface simulator, String title)
          constructs a new BoxAndWhiskerChart
Histogram(SimulatorInterface simulator, String title, double[] domain, double[] range, int numberofBins)
          constructs a new Histogram
Histogram(SimulatorInterface simulator, String title, double[] domain, int numberofBins)
          constructs a new Histogram
XYChart(SimulatorInterface simulator, String title)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double period)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double[] domain)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double[] domain, double[] range)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double[] domain, double[] range, short axisType)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double[] domain, short axisType)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double period, double[] range)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double period, double[] range, short axisType)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, double period, short axisType)
          constructs a new XYChart
XYChart(SimulatorInterface simulator, String title, short axisType)
          constructs a new XYChart
 



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