Package SimPy
[show private | hide private]
[frames | no frames]

Package SimPy

SimPy a process-based simulation package in Python

LICENSE:
Copyright (C) 2002,2004  Klaus G. Muller, Tony Vignaux
mailto: kgmuller@xs4all.nl and Tony.Vignaux@vuw.ac.nz

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
END OF LICENSE

Contains the following modules:
Simulation - module implementing processes and resources
Monitor - dummy module for backward compatibility
SimulationTrace - module implementing event tracing
SimulationRT - module for simulation speed control
SimulationStep - module for stepping through simulation event by event
SimPlot - Tk-based plotting module
SimGui - Tk-based SimPy GUI module
Lister - module for prettyprinting class instances
__version__ = '$Revision: 1.1.1.3.4.2 $ $Date: 2005/01/30 11:32:49 $ kgm'

Submodules
  • Lister: Lister 1.5.1 Pretty-printer for SimPy class objects '$Revision: 1.1.1.2.4.1 $ $Date: 2005/01/30 11:41:26 $ kgm'
  • Monitor: Monitor 1.5.1 '$Revision: 1.1.1.4.4.1 $ $Date: 2005/01/30 11:41:26 $ kgm' This dummy module is only provided for backward compatibility.
  • MonitorTest: Testing Monitor.
  • SimGUI: SimGUI 1.5.1 __version__ = '$Revision: 1.1.1.1.4.2 $ $Date: 2005/01/30 11:41:26 $ kgm' SimGUI implements a Tk/Tkinter-based framework for SimPy simulation models.
  • SimPlot: SimPlot 1.5.1 $Revision: 1.1.1.1.4.2 $ $Date: 2005/01/30 11:41:26 $ kgm LICENSE: Copyright (C) 2002, 2005 Klaus G.
  • Simulation: Simulation 1.5.1 __version__ = '$Revision: 1.1.1.4.4.2 $ $Date: 2005/01/30 11:41:26 $ kgm' LICENSE: Copyright (C) 2002,2005 Klaus G.
  • SimulationRT: SimulationRT 1.5.1 __version__ = '$Revision: 1.1.1.1.4.2 $ $Date: 2005/01/30 11:41:26 $ kgm' LICENSE: Copyright (C) 2002, 2005 Klaus G.
  • SimulationStep: SimulationStep 1.5.1 __version__ = '$Revision: 1.1.1.1.4.2 $ $Date: 2005/01/30 11:41:26 $ kgm' LICENSE: Copyright (C) 2002, 2005 Klaus G.
  • SimulationTrace: SimulationTrace 1.5.1 __version__ = '$Revision: 1.1.1.3.4.2 $ $Date: 2005/01/30 11:41:26 $ kgm' LICENSE: Copyright (C) 2002, 2005 Klaus G.
  • testSimPy: Testing SimPy
  • testSimPyRT: Testing SimulationRT's compatibility with Simulation
  • testSimPyStep: Testing SimulationStep compatibility with Simulation
  • testSimPyTrace: Testing SimulationTrace compatibility with Simulation
  • tkconsole: A Tkinter-based console for conversing with the Python interpreter, featuring more tolerant pasting of code from other interactive sessions, better handling of continuations than the standard Python interpreter, highlighting of the most recently-executed code block, the ability to edit and reexecute previously entered code, a history of recently-entered lines, automatic multi-level completion with pop-up menus, and pop-up help.

Variable Summary
str __SimPyVersion__ = '1.5.1 February 2005'

Variable Details

__SimPyVersion__

Type:
str
Value:
'1.5.1 February 2005'                                                  

Generated by Epydoc 2.1 on Mon Jan 31 12:03:05 2005 http://epydoc.sf.net