| UMMF documentation | view source | Contained in the UMMF distribution. |
UMMF::Export::YAML - An exporter for YAML.
my $d = UMMF::Export::YAML->new('output' => *STDOUT);
my $d->export_Model($model);
OR
ummf -e YAML your_uml.xmi
This package allow UML models to be represented as YAML output.
None exported.
Kurt Stephens, kstephens@users.sourceforge.net 2003/09/07
$Revision: 1.3 $
| UMMF documentation | view source | Contained in the UMMF distribution. |