Kurt Stephens > UMMF-0.25 > UMMF::UML::Export::Dump

Download:
UMMF-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.003   Source   Latest Release: UMMF-0.26

NAME ^

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

SYNOPSIS ^

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

  my $coder = UMMF::UML::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.3 $

METHODS ^