Uses of Class
uchicago.src.sim.engine.BatchEvent.BatchEventType

Packages that use BatchEvent.BatchEventType
uchicago.src.sim.engine   
 

Uses of BatchEvent.BatchEventType in uchicago.src.sim.engine
 

Fields in uchicago.src.sim.engine declared as BatchEvent.BatchEventType
static BatchEvent.BatchEventType BatchEvent.BATCH_FINISHED
           
static BatchEvent.BatchEventType BatchEvent.RUN_ENDED
           
static BatchEvent.BatchEventType BatchEvent.TICK_CHANGED
           
 

Methods in uchicago.src.sim.engine that return BatchEvent.BatchEventType
 BatchEvent.BatchEventType BatchEvent.getType()
           
 

Methods in uchicago.src.sim.engine with parameters of type BatchEvent.BatchEventType
 void BatchEvent.setType(BatchEvent.BatchEventType type)
           
 

Constructors in uchicago.src.sim.engine with parameters of type BatchEvent.BatchEventType
BatchEvent(java.lang.Object source, BatchEvent.BatchEventType type)
           
BatchEvent(java.lang.Object source, BatchEvent.BatchEventType type, double tick)