
UMMF::MOF_1_4_1 - Model package for Model MOF 1.4.1 formal/05-05-05;

use UMMF::MOF_1_4_1; my $model = UMMF::MOF_1_4_1->model;

This package


None exported.

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

The following is a list of all the Classifiers and their respective Perl modules defined in this Model.
Model::AggregationKindSee UMMF::MOF_1_4_1::Model::AggregationKind.
Model::AliasTypeSee UMMF::MOF_1_4_1::Model::AliasType.
Model::AssociationSee UMMF::MOF_1_4_1::Model::Association.
Model::AssociationEndSee UMMF::MOF_1_4_1::Model::AssociationEnd.
Model::AttributeSee UMMF::MOF_1_4_1::Model::Attribute.
Model::BehavioralFeatureSee UMMF::MOF_1_4_1::Model::BehavioralFeature.
Model::BooleanSee UMMF::MOF_1_4_1::Model::Boolean.
Model::ClassSee UMMF::MOF_1_4_1::Model::Class.
Model::ClassifierSee UMMF::MOF_1_4_1::Model::Classifier.
Model::CollectionTypeSee UMMF::MOF_1_4_1::Model::CollectionType.
Model::ConstantSee UMMF::MOF_1_4_1::Model::Constant.
Model::ConstraintSee UMMF::MOF_1_4_1::Model::Constraint.
Model::DataTypeSee UMMF::MOF_1_4_1::Model::DataType.
Model::DirectionKindSee UMMF::MOF_1_4_1::Model::DirectionKind.
Model::DoubleSee UMMF::MOF_1_4_1::Model::Double.
Model::EnumerationTypeSee UMMF::MOF_1_4_1::Model::EnumerationType.
Model::EvaluationKindSee UMMF::MOF_1_4_1::Model::EvaluationKind.
Model::ExceptionSee UMMF::MOF_1_4_1::Model::Exception.
Model::FeatureSee UMMF::MOF_1_4_1::Model::Feature.
Model::FloatSee UMMF::MOF_1_4_1::Model::Float.
Model::GeneralizableElementSee UMMF::MOF_1_4_1::Model::GeneralizableElement.
Model::ImportSee UMMF::MOF_1_4_1::Model::Import.
Model::IntegerSee UMMF::MOF_1_4_1::Model::Integer.
Model::LongSee UMMF::MOF_1_4_1::Model::Long.
Model::ModelElementSee UMMF::MOF_1_4_1::Model::ModelElement.
Model::MultiplicityTypeSee UMMF::MOF_1_4_1::Model::MultiplicityType.
Model::NamespaceSee UMMF::MOF_1_4_1::Model::Namespace.
Model::OperationSee UMMF::MOF_1_4_1::Model::Operation.
Model::PackageSee UMMF::MOF_1_4_1::Model::Package.
Model::ParameterSee UMMF::MOF_1_4_1::Model::Parameter.
Model::PrimitiveTypeSee UMMF::MOF_1_4_1::Model::PrimitiveType.
Model::ReferenceSee UMMF::MOF_1_4_1::Model::Reference.
Model::ScopeKindSee UMMF::MOF_1_4_1::Model::ScopeKind.
Model::StringSee UMMF::MOF_1_4_1::Model::String.
Model::StructuralFeatureSee UMMF::MOF_1_4_1::Model::StructuralFeature.
Model::StructureFieldSee UMMF::MOF_1_4_1::Model::StructureField.
Model::StructureTypeSee UMMF::MOF_1_4_1::Model::StructureType.
Model::TagSee UMMF::MOF_1_4_1::Model::Tag.
Model::TypedElementSee UMMF::MOF_1_4_1::Model::TypedElement.
Model::VisibilityKindSee UMMF::MOF_1_4_1::Model::VisibilityKind.


$Revision: 1.77 $

factory_mapReturns 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.
modelReturns the UML meta-model Model object for this Model.
__rebless_treeWork 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.
factoryReturns a factory for this Model.