The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

  use UMMF::UML::Export::Perl;

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

DESCRIPTION

This package allow UML models to be represented as Perl code.

USAGE

EXPORT

None exported.

TO DO

Implement AssociationClass

AUTHOR

Kurt Stephens, kstephens@sourceforge.net 2003/05/03

SEE ALSO

UMMF::UML::MetaModel

VERSION

$Revision: 1.17 $

METHODS