| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaElementOwnershipisaFoundation__Core__ElementOwnership__model_name __isAbstract___initialize__initialize__createvisibilityset_visibilitycount_visibilityisSpecificationset_isSpecificationcount_isSpecificationnamespaceset_namespaceadd_namespaceremove_namespaceclear_namespacecount_namespaceownedElementset_ownedElementadd_ownedElementremove_ownedElementclear_ownedElementcount_ownedElement
UMMF::UML_1_5::Foundation::Core::ElementOwnership --
1.5
visibility : UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind private1changeableinstanceunordered<"public">Set::ObjectisSpecification : UMMF::UML_1_5::Foundation::Data_Types::Boolean private1changeableinstanceunordered<"false">Set::ObjectownedElement_AC : THIS 0..* <---> namespace : UMMF::UML_1_5::Foundation::Core::Namespace 11changeableinstancecompositepublicSet::Objectnamespace_AC : THIS 0..1 <---> ownedElement : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::Foundation::Core::ElementOwnership->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::ElementOwnership.
__typecheckUMMF::UML_1_5::Foundation::Core::ElementOwnership->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::ElementOwnership-__validate_type($value)>> is false.
isaElementOwnershipReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::ElementOwnership. Other receivers will return false.
isaFoundation__Core__ElementOwnershipReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::ElementOwnership.
Other receivers will return false.
This is the fully qualified version of the isaElementOwnership method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::ElementOwnership') 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.
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.
namespacemy $val = $obj->namespace;
Returns the AssociationEnd namespace value of type UMMF::UML_1_5::Foundation::Core::Namespace.
set_namespace$obj->set_namespace($val);
Sets the AssociationEnd namespace value.
$val must of type UMMF::UML_1_5::Foundation::Core::Namespace.
Returns $obj.
add_namespace$obj->add_namespace($val);
Adds the AssociationEnd namespace value.
$val must of type UMMF::UML_1_5::Foundation::Core::Namespace.
Throws exception if a value already exists.
Returns $obj.
remove_namespace$obj->remove_namespace($val);
Removes the AssociationEnd namespace value $val.
Returns $obj.
clear_namespace$obj->clear_namespace;
Clears the AssociationEnd namespace links to UMMF::UML_1_5::Foundation::Core::Namespace.
Returns $obj.
count_namespace$obj->count_namespace;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Namespace associated with namespace.
ownedElementmy $val = $obj->ownedElement;
Returns the AssociationEnd ownedElement value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_ownedElement$obj->set_ownedElement($val);
Sets the AssociationEnd ownedElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_ownedElement$obj->add_ownedElement($val);
Adds the AssociationEnd ownedElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Throws exception if a value already exists.
Returns $obj.
remove_ownedElement$obj->remove_ownedElement($val);
Removes the AssociationEnd ownedElement value $val.
Returns $obj.
clear_ownedElement$obj->clear_ownedElement;
Clears the AssociationEnd ownedElement links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_ownedElement$obj->count_ownedElement;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with ownedElement.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |