Uses of Package
gcspy.interpreter

Packages that use gcspy.interpreter
gcspy.interpreter This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions. 
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.tools This package provides classes for GCspy tools for saving and replaying traces. 
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. 
 

Classes in gcspy.interpreter used by gcspy.interpreter
DataAccessor
          This interface represents a stream and provides methods to interrogate the stream's contents.
EventFilters
          Class containing the event filter settings
Events
          List of the events for a given interpreter
InputGenerator
          Interface that generates input for interpreter deserialisation
Interpreter.BootstrapParameters
          Inner Classes
OutputGenerator
          Interface that generates output for interpreter deserialisation
Space
          Represents a space
Stream
          Represents a stream
 

Classes in gcspy.interpreter used by gcspy.interpreter.client
EventFilters
          Class containing the event filter settings
Interpreter
          Facilities shared by the client and server interpreters
Space
          Represents a space
 

Classes in gcspy.interpreter used by gcspy.interpreter.server
Events
          List of the events for a given interpreter
Interpreter
          Facilities shared by the client and server interpreters
Space
          Represents a space
Stream
          Represents a stream
 

Classes in gcspy.interpreter used by gcspy.tools
InputGenerator
          Interface that generates input for interpreter deserialisation
OutputGenerator
          Interface that generates output for interpreter deserialisation
Space
          Represents a space
 

Classes in gcspy.interpreter used by gcspy.vis
EventFilters
          Class containing the event filter settings
Interpreter
          Facilities shared by the client and server interpreters
Space
          Represents a space
 

Classes in gcspy.interpreter used by gcspy.vis.plugins.history
Interpreter
          Facilities shared by the client and server interpreters
Space
          Represents a space