
UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition --

1.5





UMMF::UML_1_5::Foundation::Core::Class

UMMF::UML_1_5::Foundation::Core::ModelElement

tagType : UMMF::UML_1_5::Foundation::Data_Types::Nameprivate1changeableinstanceunorderedSet::Objectmultiplicity : UMMF::UML_1_5::Foundation::Data_Types::Multiplicityprivate1changeableinstanceunorderedSet::Object
definedTag : THIS 0..* <---> owner : UMMF::UML_1_5::Foundation::Extension_Mechanisms::Stereotype 0..10..1changeableinstance1nonepublicSet::Objecttype : THIS 1 <---> typedValue : UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue 0..*0..*changeableinstance1nonepublicSet::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_namemy $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.
__tangram_schemamy $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::Export::Perl::Tangram
___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