Uses of Interface
gcspy.interpreter.InputGenerator

Packages that use InputGenerator
gcspy.interpreter This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions. 
gcspy.tools This package provides classes for GCspy tools for saving and replaying traces. 
 

Uses of InputGenerator in gcspy.interpreter
 

Methods in gcspy.interpreter with parameters of type InputGenerator
 void Interpreter.deserialiseEverything(InputGenerator generator)
          Deserialise everything (space number, general information, events, spaces)
 

Uses of InputGenerator in gcspy.tools
 

Classes in gcspy.tools that implement InputGenerator
 class FileTrace
          Contains facilities to store / retrieve traces to / from files
 class TerminalPlayTrace
          Plays a trace from a file
 class TerminalStoreTrace
          Dumps the transmission from the server to the terminal in ASCII format