Uses of Interface
org.vizzini.game.IEngine

Packages that use IEngine
org.vizzini.example.gin Provides gin classes for the game framework. 
org.vizzini.game Provides core game classes for the game framework. 
 

Uses of IEngine in org.vizzini.example.gin
 

Classes in org.vizzini.example.gin that implement IEngine
 class Engine
          Provides an engine for Gin.
 

Uses of IEngine in org.vizzini.game
 

Classes in org.vizzini.game that implement IEngine
 class AbstractEngine
          Provides base functionality for engines in the game framework.
 class AsynchronousEngine
          Provides functionality for an engine where the agent's actions occur at any time and any amount.
 class SynchronousEngine
          Provides functionality for an engine where agents take turns.
 

Methods in org.vizzini.game that return IEngine
protected  IEngine AbstractGame.createEngine(Properties properties)
          Create the engine.
 IEngine AbstractGame.getEngine()
          Return the engine.
 IEngine IGame.getEngine()
          Return the engine.
 

Methods in org.vizzini.game with parameters of type IEngine
protected  Thread AbstractEngine.createGameThread(IEngine engine)
          Create the internal game thread.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02