NAME

UMMF::UML::Export::XMI - A code generator for XMI.

SYNOPSIS

use base qw(UMMF::UML::Export::XMI);

my $coder = UMMF::UML::Export::XMI->new('output' => *STDOUT);
my $coder->export_Model($model);

DESCRIPTION

This package allow UML models to be represented as XMI. Actually anything that can supply its own meta-model.

USAGE

EXPORT

None exported.

AUTHOR

Kurt Stephens, kstephens@sourceforge.net 2003/04/15

SEE ALSO

UMMF::UML::MetaModel

VERSION

$Revision: 1.10 $

METHODS