
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd --

1.5





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

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

NO ATTRIBUTES

linkEnd : THIS 0..* <---> associationEnd : UMMF::UML_1_5::Foundation::Core::AssociationEnd 11changeableinstance1nonepublicSet::ObjectlinkEnd : THIS 0..* <---> instance : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 11changeableinstance1nonepublicSet::Objectconnection : THIS 2..* <---> link : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link 11changeableinstance1compositeprivateSet::ObjectlinkEnd : THIS 0..1 <---> qualifierValue : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink 0..*0..*changeableinstanceordered1nonepublicARRAY
__validate_typeUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd-__validate_type($value)>> is false.
isaLinkEndReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Other receivers will return false.
isaBehavioral_Elements__Common_Behavior__LinkEndReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Other receivers will return false. This is the fully qualified version of the isaLinkEnd method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Common_Behavior::LinkEnd') 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.
associationEndmy $val = $obj->associationEnd;
Returns the AssociationEnd associationEnd value of type UMMF::UML_1_5::Foundation::Core::AssociationEnd.
set_associationEnd$obj->set_associationEnd($val);
Sets the AssociationEnd associationEnd value. $val must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj.
add_associationEnd$obj->add_associationEnd($val);
Adds the AssociationEnd associationEnd value. $val must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Throws exception if a value already exists. Returns $obj.
remove_associationEnd$obj->remove_associationEnd($val);
Removes the AssociationEnd associationEnd value $val. Returns $obj.
clear_associationEnd$obj->clear_associationEnd;
Clears the AssociationEnd associationEnd links to UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj.
count_associationEnd$obj->count_associationEnd;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::AssociationEnd associated with associationEnd.
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.
linkmy $val = $obj->link;
Returns the AssociationEnd link value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.
set_link$obj->set_link($val);
Sets the AssociationEnd link value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Returns $obj.
add_link$obj->add_link($val);
Adds the AssociationEnd link value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Throws exception if a value already exists. Returns $obj.
remove_link$obj->remove_link($val);
Removes the AssociationEnd link value $val. Returns $obj.
clear_link$obj->clear_link;
Clears the AssociationEnd link links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Returns $obj.
count_link$obj->count_link;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link associated with link.
qualifierValuemy @val = $obj->qualifierValue; my $ary_val = $obj->qualifierValue;
Returns the AssociationEnd qualifierValue values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. In array context, returns all the objects in the Association. In scalar context, returns an array ref of all the objects in the Association.
index_qualifierValuemy $x = $obj->index_qualifierValue($i); my @x = $obj->index_qualifierValue($i, $count);
In scalar context, returns the value of AssociationEnd qualifierValue at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_qualifierValuemy $index = $obj->index_of_qualifierValue($val);
Returns the index of $val in AssociationEnd qualifierValue. Return undef if $val is not in qualifierValue.
set_qualifierValue$obj->set_qualifierValue(@val);
Sets the AssociationEnd qualifierValue value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.
set_index_qualifierValue$obj->set_index_qualifierValue($i, $val);
Sets the value of AssociationEnd qualifierValue at index $i. Returns self.
add_qualifierValue$obj->add_qualifierValue(@val);
Adds AssociationEnd qualifierValue values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.
add_index_qualifierValue$obj->add_index_qualifierValue($i, @val);
Adds AssociationEnd qualifierValue values at index $i. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.
remove_qualifierValue$obj->remove_qualifierValue(@val);
Removes the AssociationEnd qualifierValue values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.
clear_qualifierValue$obj->clear_qualifierValue;
Clears the AssociationEnd qualifierValue links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.
count_qualifierValue$obj->count_qualifierValue;
Returns the number of elements associated with qualifierValue.
END OF DOCUMENT