Kurt Stephens > UMMF-0.25 > UMMF::UML::Import::UMMFModel

Download:
UMMF-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.002   Source   Latest Release: UMMF-0.26

NAME ^

UMMF::UML::Import::UMMFModel - Parses an ad-hoc Metamodel description.

SYNOPSIS ^

  use UMMF::UML::Import::UMMFModel;
  my $importer = UMMF::UML::Import::UMMFModel->new('factory' => $factory);
  my $importer->import($metametamodel_desc);

DESCRIPTION ^

This package is used to generate a UML model from the UML 1.5 metamodel. This model can then be passed to UMMF::UML::Code::Perl or other code-generator to generate code that represents the UML.

The MOF specifies interfaces to a MOF meta-meta-model with CORBA IDL. Rather that having to analyze the IDL to infer Associations; I first started with this mini-language. At some point however, maintaining the MetaMetaModel.spec document will be more difficult as UML progesses.

USAGE ^

EXPORT ^

None exported.

AUTHOR ^

Kurt Stephens, kstephens@users.sourceforge.net 2003/04/06

SEE ALSO ^

UMMF::UML::MetaMetaModel::Factory

VERSION ^

$Revision: 1.2 $

METHODS ^