Uses of Interface
jist.runtime.ControllerRemote

Packages that use ControllerRemote
jist.runtime Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. 
 

Uses of ControllerRemote in jist.runtime
 

Classes in jist.runtime that implement ControllerRemote
 class Controller
          Maintains all the data structures of a single simulation thread of execution.
 

Methods in jist.runtime that return ControllerRemote
 ControllerRemote EntityRef.getController()
          Return controller of referenced entity.
 ControllerRemote EntityRefDist.getController()
          Return controller of referenced entity.
 

Constructors in jist.runtime with parameters of type ControllerRemote
EntityRefDist(ControllerRemote controller, int index)
          Initialise a new entity reference with given Controller and Entity IDs.