| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaTagDefinitionisaFoundation__Extension_Mechanisms__TagDefinition__model_name __isAbstract___initialize__initialize__createtagTypeset_tagTypecount_tagTypemultiplicityset_multiplicitycount_multiplicityownerset_owneradd_ownerremove_ownerclear_ownercount_ownertypedValueset_typedValueadd_typedValueremove_typedValueclear_typedValuecount_typedValue
UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition --
1.5
tagType : UMMF::UML_1_5::Foundation::Data_Types::Name private1changeableinstanceunorderedSet::Objectmultiplicity : UMMF::UML_1_5::Foundation::Data_Types::Multiplicity private1changeableinstanceunorderedSet::ObjectdefinedTag : THIS 0..* <---> owner : UMMF::UML_1_5::Foundation::Extension_Mechanisms::Stereotype 0..10..1changeableinstancenonepublicSet::Objecttype : THIS 1 <---> typedValue : UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue 0..*0..*changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition.
__typecheckUMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition-__validate_type($value)>> is false.
isaTagDefinitionReturns true if receiver is a UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition. Other receivers will return false.
isaFoundation__Extension_Mechanisms__TagDefinitionReturns true if receiver is a UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition.
Other receivers will return false.
This is the fully qualified version of the isaTagDefinition method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Extension_Mechanisms::TagDefinition') 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.
tagTypemy $val = $obj->tagType;
Returns the UMMF::UML_1_5::Foundation::Data_Types::Name value of Attribute tagType.
set_tagType$obj->set_tagType($val);
Sets the value of Attribute tagType.
$val must be of type UMMF::UML_1_5::Foundation::Data_Types::Name or undef.
Returns $obj.
count_tagType$obj->count_tagType;
Returns the number of elements (0 or 1) in tagType.
multiplicitymy $val = $obj->multiplicity;
Returns the UMMF::UML_1_5::Foundation::Data_Types::Multiplicity value of Attribute multiplicity.
set_multiplicity$obj->set_multiplicity($val);
Sets the value of Attribute multiplicity.
$val must be of type UMMF::UML_1_5::Foundation::Data_Types::Multiplicity or undef.
Returns $obj.
count_multiplicity$obj->count_multiplicity;
Returns the number of elements (0 or 1) in multiplicity.
ownermy $val = $obj->owner;
Returns the AssociationEnd owner value of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::Stereotype.
set_owner$obj->set_owner($val);
Sets the AssociationEnd owner value.
$val must of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::Stereotype.
Returns $obj.
add_owner$obj->add_owner($val);
Adds the AssociationEnd owner value.
$val must of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::Stereotype.
Throws exception if a value already exists.
Returns $obj.
remove_owner$obj->remove_owner($val);
Removes the AssociationEnd owner value $val.
Returns $obj.
clear_owner$obj->clear_owner;
Clears the AssociationEnd owner links to UMMF::UML_1_5::Foundation::Extension_Mechanisms::Stereotype.
Returns $obj.
count_owner$obj->count_owner;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::Stereotype associated with owner.
typedValuemy @val = $obj->typedValue; my $ary_val = $obj->typedValue;
Returns the AssociationEnd typedValue values of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue.
In array context, returns all the objects in the Association.
In scalar context, returns an array ref of all the objects in the Association.
set_typedValue$obj->set_typedValue(@val);
Sets the AssociationEnd typedValue value.
Elements of @val must of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue.
Returns $obj.
add_typedValue$obj->add_typedValue(@val);
Adds AssociationEnd typedValue values.
Elements of @val must of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue.
Returns $obj.
remove_typedValue$obj->remove_typedValue(@val);
Removes the AssociationEnd typedValue values @val.
Elements of @val must of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue.
Returns $obj.
clear_typedValue$obj->clear_typedValue;
Clears the AssociationEnd typedValue links to UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue.
Returns $obj.
count_typedValue$obj->count_typedValue;
Returns the number of elements associated with typedValue.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |