- NAME
- SYNOPSIS
- DESCRIPTION
- USAGE
- EXPORT
- AUTHOR
- CLASSIFIERS
- Model::AggregationKind
- Model::Association
- Model::AssociationEnd
- Model::Attribute
- Model::BehavioralFeature
- Model::Boolean
- Model::Class
- Model::Classifier
- Model::CollectionType
- Model::Constant
- Model::Constraint
- Model::DataType
- Model::DepthKind
- Model::DirectionKind
- Model::Double
- Model::EnumerationType
- Model::EvaluationKind
- Model::Exception
- Model::Feature
- Model::Float
- Model::GeneralizableElement
- Model::Import
- Model::Integer
- Model::Long
- Model::ModelElement
- Model::MultiplicityType
- Model::Namespace
- Model::Operation
- Model::Package
- Model::Parameter
- Model::PrimitiveType
- Model::Reference
- Model::Reflective::NamedValueList
- Model::Reflective::RefAssociation
- Model::Reflective::RefBaseObject
- Model::Reflective::RefObject
- Model::Reflective::RefObjectUList
- Model::Reflective::RefPackage
- Model::ScopeKind
- Model::String
- Model::StructuralFeature
- Model::StructureField
- Model::StructureType
- Model::Tag
- Model::TypeAlias
- Model::TypedElement
- Model::VerifyResultKind
- Model::ViolationType
- Model::VisibilityKind
- SEE ALSO
- VERSION
- METHODS
NAME
UMMF::MOF_1_3 - Model package for Model MOF 1.3 formal/00-04-03;
SYNOPSIS
use UMMF::MOF_1_3;
my $model = UMMF::MOF_1_3->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_3::Model::AggregationKind.
Model::Association
See UMMF::MOF_1_3::Model::Association.
Model::AssociationEnd
See UMMF::MOF_1_3::Model::AssociationEnd.
Model::Attribute
See UMMF::MOF_1_3::Model::Attribute.
Model::BehavioralFeature
See UMMF::MOF_1_3::Model::BehavioralFeature.
Model::Boolean
See UMMF::MOF_1_3::Model::Boolean.
Model::Class
See UMMF::MOF_1_3::Model::Class.
Model::Classifier
See UMMF::MOF_1_3::Model::Classifier.
Model::CollectionType
See UMMF::MOF_1_3::Model::CollectionType.
Model::Constant
See UMMF::MOF_1_3::Model::Constant.
Model::Constraint
See UMMF::MOF_1_3::Model::Constraint.
Model::DataType
See UMMF::MOF_1_3::Model::DataType.
Model::DepthKind
See UMMF::MOF_1_3::Model::DepthKind.
Model::DirectionKind
See UMMF::MOF_1_3::Model::DirectionKind.
Model::Double
See UMMF::MOF_1_3::Model::Double.
Model::EnumerationType
See UMMF::MOF_1_3::Model::EnumerationType.
Model::EvaluationKind
See UMMF::MOF_1_3::Model::EvaluationKind.
Model::Exception
See UMMF::MOF_1_3::Model::Exception.
Model::Feature
See UMMF::MOF_1_3::Model::Feature.
Model::Float
See UMMF::MOF_1_3::Model::Float.
Model::GeneralizableElement
See UMMF::MOF_1_3::Model::GeneralizableElement.
Model::Import
See UMMF::MOF_1_3::Model::Import.
Model::Integer
See UMMF::MOF_1_3::Model::Integer.
Model::Long
See UMMF::MOF_1_3::Model::Long.
Model::ModelElement
See UMMF::MOF_1_3::Model::ModelElement.
Model::MultiplicityType
See UMMF::MOF_1_3::Model::MultiplicityType.
Model::Namespace
See UMMF::MOF_1_3::Model::Namespace.
Model::Operation
See UMMF::MOF_1_3::Model::Operation.
Model::Package
See UMMF::MOF_1_3::Model::Package.
Model::Parameter
See UMMF::MOF_1_3::Model::Parameter.
Model::PrimitiveType
See UMMF::MOF_1_3::Model::PrimitiveType.
Model::Reference
See UMMF::MOF_1_3::Model::Reference.
Model::Reflective::NamedValueList
See UMMF::MOF_1_3::Model::Reflective::NamedValueList.
Model::Reflective::RefAssociation
See UMMF::MOF_1_3::Model::Reflective::RefAssociation.
Model::Reflective::RefBaseObject
See UMMF::MOF_1_3::Model::Reflective::RefBaseObject.
Model::Reflective::RefObject
See UMMF::MOF_1_3::Model::Reflective::RefObject.
Model::Reflective::RefObjectUList
See UMMF::MOF_1_3::Model::Reflective::RefObjectUList.
Model::Reflective::RefPackage
See UMMF::MOF_1_3::Model::Reflective::RefPackage.
Model::ScopeKind
See UMMF::MOF_1_3::Model::ScopeKind.
Model::String
See UMMF::MOF_1_3::Model::String.
Model::StructuralFeature
See UMMF::MOF_1_3::Model::StructuralFeature.
Model::StructureField
See UMMF::MOF_1_3::Model::StructureField.
Model::StructureType
See UMMF::MOF_1_3::Model::StructureType.
Model::Tag
See UMMF::MOF_1_3::Model::Tag.
Model::TypeAlias
See UMMF::MOF_1_3::Model::TypeAlias.
Model::TypedElement
See UMMF::MOF_1_3::Model::TypedElement.
Model::VerifyResultKind
See UMMF::MOF_1_3::Model::VerifyResultKind.
Model::ViolationType
See UMMF::MOF_1_3::Model::ViolationType.
Model::VisibilityKind
See UMMF::MOF_1_3::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.