The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UMMF::Export::Dump - A code generator for human-readable output.

SYNOPSIS

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

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

DESCRIPTION

This package allow UML models to be represented as Dump. 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.4 $

METHODS