| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaElementImportisaModel_Management__ElementImport__model_name __isAbstract___initialize__initialize__createvisibilityset_visibilitycount_visibilityaliasset_aliascount_aliasisSpecificationset_isSpecificationcount_isSpecificationimportedElementset_importedElementadd_importedElementremove_importedElementclear_importedElementcount_importedElementpackageset_packageadd_packageremove_packageclear_packagecount_package
UMMF::UML_1_5::Model_Management::ElementImport --
1.5
visibility : UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind private1changeableinstanceunordered<"public">Set::Objectalias : UMMF::UML_1_5::Foundation::Data_Types::Name private1changeableinstanceunorderedSet::ObjectisSpecification : UMMF::UML_1_5::Foundation::Data_Types::Boolean private1changeableinstanceunordered<"false">Set::Objectpackage_AC : THIS 0..* <---> importedElement : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstancenonepublicSet::ObjectimportedElement_AC : THIS 0..* <---> package : UMMF::UML_1_5::Model_Management::Package 11changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::Model_Management::ElementImport->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Model_Management::ElementImport.
__typecheckUMMF::UML_1_5::Model_Management::ElementImport->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Model_Management::ElementImport-__validate_type($value)>> is false.
isaElementImportReturns true if receiver is a UMMF::UML_1_5::Model_Management::ElementImport. Other receivers will return false.
isaModel_Management__ElementImportReturns true if receiver is a UMMF::UML_1_5::Model_Management::ElementImport.
Other receivers will return false.
This is the fully qualified version of the isaElementImport method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Model_Management::ElementImport') for an object or package of
this Classifier.
__isAbstract$package->__isAbstract;
Returns 0.
___initializeInitialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize.
__initializeInitialize all slots in this Classifier and all its Generalizations.
See also: ___initialize.
__createCalls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create.
visibilitymy $val = $obj->visibility;
Returns the UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind value of Attribute visibility.
set_visibility$obj->set_visibility($val);
Sets the value of Attribute visibility.
$val must be of type UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind or undef.
Returns $obj.
count_visibility$obj->count_visibility;
Returns the number of elements (0 or 1) in visibility.
aliasmy $val = $obj->alias;
Returns the UMMF::UML_1_5::Foundation::Data_Types::Name value of Attribute alias.
set_alias$obj->set_alias($val);
Sets the value of Attribute alias.
$val must be of type UMMF::UML_1_5::Foundation::Data_Types::Name or undef.
Returns $obj.
count_alias$obj->count_alias;
Returns the number of elements (0 or 1) in alias.
isSpecificationmy $val = $obj->isSpecification;
Returns the UMMF::UML_1_5::Foundation::Data_Types::Boolean value of Attribute isSpecification.
set_isSpecification$obj->set_isSpecification($val);
Sets the value of Attribute isSpecification.
$val must be of type UMMF::UML_1_5::Foundation::Data_Types::Boolean or undef.
Returns $obj.
count_isSpecification$obj->count_isSpecification;
Returns the number of elements (0 or 1) in isSpecification.
importedElementmy $val = $obj->importedElement;
Returns the AssociationEnd importedElement value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_importedElement$obj->set_importedElement($val);
Sets the AssociationEnd importedElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_importedElement$obj->add_importedElement($val);
Adds the AssociationEnd importedElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Throws exception if a value already exists.
Returns $obj.
remove_importedElement$obj->remove_importedElement($val);
Removes the AssociationEnd importedElement value $val.
Returns $obj.
clear_importedElement$obj->clear_importedElement;
Clears the AssociationEnd importedElement links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_importedElement$obj->count_importedElement;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with importedElement.
packagemy $val = $obj->package;
Returns the AssociationEnd package value of type UMMF::UML_1_5::Model_Management::Package.
set_package$obj->set_package($val);
Sets the AssociationEnd package value.
$val must of type UMMF::UML_1_5::Model_Management::Package.
Returns $obj.
add_package$obj->add_package($val);
Adds the AssociationEnd package value.
$val must of type UMMF::UML_1_5::Model_Management::Package.
Throws exception if a value already exists.
Returns $obj.
remove_package$obj->remove_package($val);
Removes the AssociationEnd package value $val.
Returns $obj.
clear_package$obj->clear_package;
Clears the AssociationEnd package links to UMMF::UML_1_5::Model_Management::Package.
Returns $obj.
count_package$obj->count_package;
Returns the number of elements of type UMMF::UML_1_5::Model_Management::Package associated with package.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |