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


UMMF documentation  | view source Contained in the UMMF distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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

USAGE

Top

EXPORT

Top

None exported.

AUTHOR

Top

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

SEE ALSO

Top

UMMF::UML::MetaModel (UMMF::UML::MetaModel)

VERSION

Top

$Revision: 1.4 $

METHODS

Top


UMMF documentation  | view source Contained in the UMMF distribution.