| UMMF documentation | view source | Contained in the UMMF distribution. |
UMMF::Export::Dump - A code generator for human-readable output.
use base qw(UMMF::Export::Dump);
my $coder = UMMF::Export::Dump->new('output' => *STDOUT);
my $coder->export_Model($model);
This package allow UML models to be represented as Dump. Actually anything that can supply its own meta-model.
None exported.
Kurt Stephens, kstephens@sourceforge.net 2003/04/15
UMMF::UML::MetaModel (UMMF::UML::MetaModel)
$Revision: 1.4 $
| UMMF documentation | view source | Contained in the UMMF distribution. |