The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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