Uses of Interface
uchicago.src.sim.engine.TickCounter

Packages that use TickCounter
uchicago.src.sim.engine   
uchicago.src.sim.math   
 

Uses of TickCounter in uchicago.src.sim.engine
 

Subinterfaces of TickCounter in uchicago.src.sim.engine
 interface IController
          Defines methods for controlling the execution of a SimModel.
 

Classes in uchicago.src.sim.engine that implement TickCounter
 class AbstractGUIController
          Base class for GUI controllers.
 class AsynchSchedule
          A subclass of schedule useful for asynchronous scheduling.
 class BaseController
          Abstract base class implementing IController.
 class BatchController
          A controller for running a simulation over multiple runs.
 class CallBackSchedule
          The CallBackSchedule class.
 class Controller
          Default GUI control of the simulation.
 class RemoteBatchController
          The Controller that handles a single remote model.
 class Schedule
          Manages the execution of BasicActions (ActionGroups, SimActions, and SimListActions) according to a simulation clock.
 class ScheduleBase
          Abstract base class for Schedule and SubSchedule.
 class SubSchedule
          Deprecated.  
 class ThinController
          Provides minimal (thin) controller support for running a simulation.
 

Uses of TickCounter in uchicago.src.sim.math
 

Constructors in uchicago.src.sim.math with parameters of type TickCounter
CEquation(java.lang.Object target, TickCounter counter, java.lang.String equation, java.lang.String resultVar)
          Creates a CEquation from the specified parameters.
CEquation(java.lang.Object target, TickCounter counter, java.lang.String equation, java.lang.String resultVar, double initialDTValue)
          Creates a CEquation from the specified parameters.