DRCL JavaSim API

Uses of Class
drcl.comp.ACARuntime

Packages that use ACARuntime
drcl.comp   
drcl.ruv   
drcl.sim   
drcl.sim.event   
drcl.sim.process   
 

Uses of ACARuntime in drcl.comp
 

Subclasses of ACARuntime in drcl.comp
 class ARuntime
          A realization of ACA runtime.
 

Fields in drcl.comp declared as ACARuntime
 ACARuntime WorkerThread.runtime
          The worker runtime of this thread.
protected  ACARuntime ForkManager.runtime
          The associated runtime instance.
static ACARuntime ACARuntime.DEFAULT_RUNTIME
           
 

Methods in drcl.comp that return ACARuntime
protected  ACARuntime Component.getRuntime()
          Returns the runtime associated with this component.
 ACARuntime ForkManager.getRuntime()
           
static ACARuntime Util.getRuntime(Component c_)
          Returns the associated runtime (ACARuntime) of the component.
 

Methods in drcl.comp with parameters of type ACARuntime
protected  void Component.setRuntime(ACARuntime m_)
          Sets the runtime associated with this component.
 void ForkManager.setRuntime(ACARuntime runtime_)
           
 void ACARuntime.setRuntime(ACARuntime runtime_)
           
static void Util.setRuntime(Component c_, ACARuntime m_)
          Associates the runtime (ACARuntime) to the component.
 

Uses of ACARuntime in drcl.ruv
 

Methods in drcl.ruv with parameters of type ACARuntime
protected  void System.setRuntime(ACARuntime m_)
          Overrides Component.setRuntime(ACARuntime) to prevent changing the runtime by accident.
static CommandTask CommandTask.add(java.lang.String cmd_, double later_, double period_, ACARuntime runtime_, Shell shell_)
           
static CommandTask CommandTask.addAt(java.lang.String cmd_, double time_, double period_, ACARuntime runtime_, Shell shell_)
           
 

Uses of ACARuntime in drcl.sim
 

Methods in drcl.sim that return ACARuntime
static ACARuntime SimulatorAssistant.onSingleMachine()
           
static ACARuntime SimulatorAssistant.defaultInstance()
           
 

Uses of ACARuntime in drcl.sim.event
 

Subclasses of ACARuntime in drcl.sim.event
 class SESimulator
          A sequential event simulation engine (XXX: still work-in-progress).
 

Uses of ACARuntime in drcl.sim.process
 

Subclasses of ACARuntime in drcl.sim.process
 class SMMTSimulator
          This class implements a Single-Machine Multi-Threaded simulation engine.
 


DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~