NAME

UMMF::Export::XMI - An exporter for XMI.

SYNOPSIS

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

my $coder = UMMF::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@users.sourceforge.net 2003/04/15

SEE ALSO

UMMF::Core::MetaModel

VERSION

$Revision: 1.12 $

METHODS