Module Modeling.ModelMasons.ModelMason
ModelMason contains the base class for every ''mason'' and is of no interest
except if you plan to design a new module to generate code/files from a Model.
When this is the case, the class' documentation indicate the rules that should
be respected to ensure easy integration with the framework's tools such as the
script mdl_generate_python_code or the ZModeler.
CVS information
$Id: ModelMason.py 974 2006-02-26 14:06:07Z sbigaret $
Classes |
ModelMason |
This class should be the base class for every masons. |