Uses of Class
ix.isim.ISimEngine

Packages that use ISimEngine
ix.isim   
 

Uses of ISimEngine in ix.isim
 

Fields in ix.isim declared as ISimEngine
protected  ISimEngine ISimEventsFrame.simulator
           
protected  ISimEngine ISim.simulator
          the simulator used by this agent to modify the world state
 

Methods in ix.isim that return ISimEngine
 ISimEngine ISim.getISimEngine()
          returns the simulation engine used by this ISim agent
 

Constructors in ix.isim with parameters of type ISimEngine
EventsTableModel(ISimEngine simulator)
           
ISimEventsFrame(ISimEngine simulator)