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