UMMF::Export::YAML - An exporter for YAML.


UMMF documentation  | view source Contained in the UMMF distribution.

Index


NAME

Top

UMMF::Export::YAML - An exporter for YAML.

SYNOPSIS

Top

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

OR

  ummf -e YAML your_uml.xmi

DESCRIPTION

Top

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

USAGE

Top

EXPORT

Top

None exported.

AUTHOR

Top

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

SEE ALSO

Top

YAML, UMMF::Export::DataDumper

VERSION

Top

$Revision: 1.3 $

METHODS

Top


UMMF documentation  | view source Contained in the UMMF distribution.