Uses of Class
jist.runtime.Entity.Empty

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

Uses of Entity.Empty in jist.runtime
 

Subclasses of Entity.Empty in jist.runtime
 class BlockingSleep
          Implements API support for blocking sleeps.
 class Bootstrap
          Bootstrap entities to start simulations.
 class Channel
          Implements a single-slot channel ala Communicating Sequential Processes (CSP) by Hoare.
static class Entity.Static
          Entity used for static calls.