Kurt Stephens > UMMF > UMMF::Config::Profile

Download:
UMMF-1.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.006   Source  

NAME ^

UMMF::Config::Profile - Configuration Profile object.

SYNOPSIS ^

  my $profile = UMMF::Config::Profile->new('profile' => 'UML-1.5');

  my $value = $profile->config_value($modelElement, $name, $default);

DESCRIPTION ^

This class is used by bin/ummf.pl to allow the configuration profiles to be reused for different models, particularly for specifing how specific ModelElements may be mapped to implementation language types.

USAGE ^

  my $value = $profile->config_*($model_element, $key, $default);

EXPORT ^

None exported.

AUTHOR ^

Kurt Stephens, kstephens@users.sourceforge.net 2003/10/20

SEE ALSO ^

UMMF::UML::MetaMetaModel::Config

"ummf/profile/*.ummfprofile" in lib

VERSION ^

$Revision: 1.6 $

METHODS ^