
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink --

1.5





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

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

NO ATTRIBUTES

attributeLink : THIS 0..* <---> attribute : UMMF::UML_1_5::Foundation::Core::Attribute 11changeableinstance1nonepublicSet::Objectslot : THIS 0..* <---> instance : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 11changeableinstance1compositeprivateSet::ObjectqualifierValue : THIS 0..* <---> linkEnd : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd 0..10..1changeableinstance1compositeprivateSet::ObjectattributeLink : THIS 0..* <---> value : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 11changeableinstance1nonepublicSet::Object
__validate_typeUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink-__validate_type($value)>> is false.
isaAttributeLinkReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Other receivers will return false.
isaBehavioral_Elements__Common_Behavior__AttributeLinkReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Other receivers will return false. This is the fully qualified version of the isaAttributeLink method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Common_Behavior::AttributeLink') 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.
attributemy $val = $obj->attribute;
Returns the AssociationEnd attribute value of type UMMF::UML_1_5::Foundation::Core::Attribute.
set_attribute$obj->set_attribute($val);
Sets the AssociationEnd attribute value. $val must of type UMMF::UML_1_5::Foundation::Core::Attribute. Returns $obj.
add_attribute$obj->add_attribute($val);
Adds the AssociationEnd attribute value. $val must of type UMMF::UML_1_5::Foundation::Core::Attribute. Throws exception if a value already exists. Returns $obj.
remove_attribute$obj->remove_attribute($val);
Removes the AssociationEnd attribute value $val. Returns $obj.
clear_attribute$obj->clear_attribute;
Clears the AssociationEnd attribute links to UMMF::UML_1_5::Foundation::Core::Attribute. Returns $obj.
count_attribute$obj->count_attribute;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Attribute associated with attribute.
instancemy $val = $obj->instance;
Returns the AssociationEnd instance value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_instance$obj->set_instance($val);
Sets the AssociationEnd instance value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.
add_instance$obj->add_instance($val);
Adds the AssociationEnd instance value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Throws exception if a value already exists. Returns $obj.
remove_instance$obj->remove_instance($val);
Removes the AssociationEnd instance value $val. Returns $obj.
clear_instance$obj->clear_instance;
Clears the AssociationEnd instance links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.
count_instance$obj->count_instance;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with instance.
linkEndmy $val = $obj->linkEnd;
Returns the AssociationEnd linkEnd value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd.
set_linkEnd$obj->set_linkEnd($val);
Sets the AssociationEnd linkEnd value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj.
add_linkEnd$obj->add_linkEnd($val);
Adds the AssociationEnd linkEnd value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Throws exception if a value already exists. Returns $obj.
remove_linkEnd$obj->remove_linkEnd($val);
Removes the AssociationEnd linkEnd value $val. Returns $obj.
clear_linkEnd$obj->clear_linkEnd;
Clears the AssociationEnd linkEnd links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj.
count_linkEnd$obj->count_linkEnd;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd associated with linkEnd.
valuemy $val = $obj->value;
Returns the AssociationEnd value value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_value$obj->set_value($val);
Sets the AssociationEnd value value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.
add_value$obj->add_value($val);
Adds the AssociationEnd value value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Throws exception if a value already exists. Returns $obj.
remove_value$obj->remove_value($val);
Removes the AssociationEnd value value $val. Returns $obj.
clear_value$obj->clear_value;
Clears the AssociationEnd value links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.
count_value$obj->count_value;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with value.
END OF DOCUMENT