Package SimPy
source code
SimPy a process - based simulation package in Python
LICENSE:
Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009 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:
Lib - module with all base classes of SimPy
Globals - module providing a global Simulation object
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
Lib - module containing SimPy entity classes (Process etc.)
Recording - module containing SimPy classes for recording results (Monitor, Tally)
Globals - module providing global Simulation object and the global
simulation methods
__version__ = '$Revision: 306 $ $Date: 2009-04-02 06:08:56 +0200 (Do, 02 Apr 2009) $ kgm'
- SimPy.GUIDebug
- SimPy.Globals: This file provides a global Simulation object and the global
simulation methods used by SimPy up to version 1.9.1.
- SimPy.Lib: This file contains Process, SimEvent, the resources Resource, Leven
and Storage as well as their dependencies Buffer, Queue, FIFO and
PriorityQ.
- SimPy.Lister: Lister 2.0 Pretty-printer for SimPy class objects
- SimPy.Monitor: Monitor 2.0 This dummy module is only provided for backward
compatibility.
- SimPy.MonitorTest
- SimPy.Recording: This file contains the classes for recording simulation results,
Histogram, Monitor and Tally.
- SimPy.SimGUI: SimGUI 2.0 Provides a Tk / Tkinter - based framework for SimPy simulation
models.
- SimPy.SimPlot: SimPlot 2.0 Provides basic plotting services based on Tk / Tkinter.
- SimPy.Simulation: Simulation 2.0 Implements SimPy Processes, Resources, Buffers, and the backbone simulation
scheduling by coroutine calls.
- SimPy.SimulationGUIDebug
- SimPy.SimulationRT: SimulationRT 2.0 Provides synchronization of real time and SimPy simulation time.
- SimPy.SimulationStep: SimulationStep 2.0 Supports stepping through SimPy simulation event - by - event.
- SimPy.SimulationTrace: SimulationTrace 2.0 Traces execution of SimPy models.
- SimPy.testRT_Behavior
- SimPy.testRT_Behavior_OO
- SimPy.testSimPy
- SimPy.testSimPyOO
- SimPy.testSimPyRT
- SimPy.testSimPyRTOO
- SimPy.testSimPyStep
- SimPy.testSimPyStepOO
- SimPy.testSimPyTrace
- SimPy.testSimPyTraceOO
- SimPy.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.
- SimPy.tkprogressbar
|
|
__SimPyVersion__ = ' 2.0.1 '
|
|
__package__ = None
hash(x)
|