| UMMF documentation | view source | Contained in the UMMF distribution. |
UMMF::Config::Profile - Configuration Profile object.
my $profile = UMMF::Config::Profile->new('profile' => 'UML-1.5');
my $value = $profile->config_value($modelElement, $name, $default);
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.
my $value = $profile->config_*($model_element, $key, $default);
None exported.
Kurt Stephens, kstephens@users.sourceforge.net 2003/10/20
UMMF::UML::MetaMetaModel::Config (UMMF::UML::MetaMetaModel::Config)
ummf/profile/*.ummfprofile in lib
$Revision: 1.6 $
| UMMF documentation | view source | Contained in the UMMF distribution. |