Uses of Interface
gcspy.interpreter.OutputGenerator

Packages that use OutputGenerator
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 OutputGenerator in gcspy.interpreter
 

Methods in gcspy.interpreter with parameters of type OutputGenerator
 void Interpreter.serialiseEverything(OutputGenerator generator)
          Serialise everything (space number, general information, events, spaces)
 

Uses of OutputGenerator in gcspy.tools
 

Classes in gcspy.tools that implement OutputGenerator
 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