Module svs_simulation.entities.customentities
Provides an infrastructure for loading and managing custom simulation
entities.
Custom-coded entities for a simulation can be loaded from an external
file and instantiated from instance data in separate files.
NOTE: for later development look at ways of incorporating updates in
source code.
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Classes |
CustomEntityGroup |
Holds a collection of entities all generated from the same custom
source code, and maintains reference to the source. |
CustomEntityRepository |
Manages groups of custom entities and provides repository support for
their source code. |