UMMF::Export::Storable - A code generator for Storable.


UMMF documentation  | view source Contained in the UMMF distribution.

Index


NAME

Top

UMMF::Export::Storable - A code generator for Storable.

SYNOPSIS

Top

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

OR

  ummf -e Storable your_uml.xmi

DESCRIPTION

Top

This package allow UML models to be represented as Storable output.

USAGE

Top

EXPORT

Top

None exported.

AUTHOR

Top

Kurt Stephens, kstephens@sourceforge.net 2003/09/07

SEE ALSO

Top

Storable, UMMF::Export::DataDumper

VERSION

Top

$Revision: 1.5 $

METHODS

Top


UMMF documentation  | view source Contained in the UMMF distribution.