NAME
UMMF::MOF_1_4_1 - Model package for Model MOF 1.4.1 formal/05-05-05;
SYNOPSIS
use UMMF::MOF_1_4_1;
my $model = UMMF::MOF_1_4_1->model;
DESCRIPTION
This package
USAGE
EXPORT
None exported.
AUTHOR
Kurt Stephens, kstephens@users.sourceforge.net 2003/04/15
CLASSIFIERS
The following is a list of all the Classifiers and their respective Perl modules defined in this Model.
Model::AggregationKind
See UMMF::MOF_1_4_1::Model::AggregationKind.
Model::AliasType
See UMMF::MOF_1_4_1::Model::AliasType.
Model::Association
See UMMF::MOF_1_4_1::Model::Association.
Model::AssociationEnd
See UMMF::MOF_1_4_1::Model::AssociationEnd.
Model::Attribute
See UMMF::MOF_1_4_1::Model::Attribute.
Model::BehavioralFeature
See UMMF::MOF_1_4_1::Model::BehavioralFeature.
Model::Boolean
See UMMF::MOF_1_4_1::Model::Boolean.
Model::Class
See UMMF::MOF_1_4_1::Model::Class.
Model::Classifier
See UMMF::MOF_1_4_1::Model::Classifier.
Model::CollectionType
See UMMF::MOF_1_4_1::Model::CollectionType.
Model::Constant
See UMMF::MOF_1_4_1::Model::Constant.
Model::Constraint
See UMMF::MOF_1_4_1::Model::Constraint.
Model::DataType
See UMMF::MOF_1_4_1::Model::DataType.
Model::DirectionKind
See UMMF::MOF_1_4_1::Model::DirectionKind.
Model::Double
See UMMF::MOF_1_4_1::Model::Double.
Model::EnumerationType
See UMMF::MOF_1_4_1::Model::EnumerationType.
Model::EvaluationKind
See UMMF::MOF_1_4_1::Model::EvaluationKind.
Model::Exception
See UMMF::MOF_1_4_1::Model::Exception.
Model::Feature
See UMMF::MOF_1_4_1::Model::Feature.
Model::Float
See UMMF::MOF_1_4_1::Model::Float.
Model::GeneralizableElement
See UMMF::MOF_1_4_1::Model::GeneralizableElement.
Model::Import
See UMMF::MOF_1_4_1::Model::Import.
Model::Integer
See UMMF::MOF_1_4_1::Model::Integer.
Model::Long
See UMMF::MOF_1_4_1::Model::Long.
Model::ModelElement
See UMMF::MOF_1_4_1::Model::ModelElement.
Model::MultiplicityType
See UMMF::MOF_1_4_1::Model::MultiplicityType.
Model::Namespace
See UMMF::MOF_1_4_1::Model::Namespace.
Model::Operation
See UMMF::MOF_1_4_1::Model::Operation.
Model::Package
See UMMF::MOF_1_4_1::Model::Package.
Model::Parameter
See UMMF::MOF_1_4_1::Model::Parameter.
Model::PrimitiveType
See UMMF::MOF_1_4_1::Model::PrimitiveType.
Model::Reference
See UMMF::MOF_1_4_1::Model::Reference.
Model::ScopeKind
See UMMF::MOF_1_4_1::Model::ScopeKind.
Model::String
See UMMF::MOF_1_4_1::Model::String.
Model::StructuralFeature
See UMMF::MOF_1_4_1::Model::StructuralFeature.
Model::StructureField
See UMMF::MOF_1_4_1::Model::StructureField.
Model::StructureType
See UMMF::MOF_1_4_1::Model::StructureType.
Model::Tag
See UMMF::MOF_1_4_1::Model::Tag.
Model::TypedElement
See UMMF::MOF_1_4_1::Model::TypedElement.
Model::VisibilityKind
See UMMF::MOF_1_4_1::Model::VisibilityKind.
SEE ALSO
VERSION
$Revision: 1.77 $
METHODS
factory_map
Returns an array ref that maps all UML Model names to Perl package names for this package. Also includes short name to fully-qualified name mappings.
model
Returns the UML meta-model Model object for this Model.
__rebless_tree
Work around for errors like:
Can't locate object method "parent" via package "UMMF::UML_1_5::Foundation::Core::Generalization" at /c/wct/ummf/1.0/bin/../lib/perl/UML/MetaMetaModel/Util.pm line 712.
factory
Returns a factory for this Model.