Uses of Class
gcspy.interpreter.Interpreter

Packages that use Interpreter
gcspy.interpreter.client This package provides classes for the GCspy client, specifically client-side implementations of an interpreter and spaces, and listeners. 
gcspy.interpreter.server This package provides classes for the GCspy server, specifically server-side implementations of an interpreter and spaces. 
gcspy.vis This package provides the major classes for the GCspy visualiser. 
gcspy.vis.plugins.history This package provides the classes for the history view. 
 

Uses of Interpreter in gcspy.interpreter.client
 

Subclasses of Interpreter in gcspy.interpreter.client
 class ClientInterpreter
          The client interpreter
 

Uses of Interpreter in gcspy.interpreter.server
 

Subclasses of Interpreter in gcspy.interpreter.server
 class ServerInterpreter
          The server interpreter
 

Uses of Interpreter in gcspy.vis
 

Constructors in gcspy.vis with parameters of type Interpreter
EventCountTableModel(Interpreter interpreter)
          Create a new table model for the event count table
 

Uses of Interpreter in gcspy.vis.plugins.history
 

Constructors in gcspy.vis.plugins.history with parameters of type Interpreter
HistoryConfigDialog(javax.swing.JFrame owner, HistoryConfig config, Interpreter interpreter, Space space, TileManagerColors tmColors)
          A new configuration dialog for the history view