
UMMF::UML_1_5::Foundation::Core::Association --

1.5





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

UMMF::UML_1_5::Foundation::Core::GeneralizableElement
UMMF::UML_1_5::Foundation::Core::Relationship

NO ATTRIBUTES

association : THIS 1 <---- : UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Association_Actions::ClearAssociationAction 0..10..1changeableinstance0noneprivateSet::Objectbase : THIS 0..1 <---> associationRole : UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole 0..*0..*changeableinstance1noneprivateSet::Object_association : THIS 1 <---> connection : UMMF::UML_1_5::Foundation::Core::AssociationEnd 2..*2..*changeableinstanceordered1nonepublicARRAYassociation : THIS 1 <---> link : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link 0..*0..*changeableinstance1noneprivateSet::Object
__validate_typeUMMF::UML_1_5::Foundation::Core::Association->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::Association.
__typecheckUMMF::UML_1_5::Foundation::Core::Association->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::Association-__validate_type($value)>> is false.
isaAssociationReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Association. Other receivers will return false.
isaFoundation__Core__AssociationReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Association. Other receivers will return false. This is the fully qualified version of the isaAssociation method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::Association') 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.
associationRolemy @val = $obj->associationRole; my $ary_val = $obj->associationRole;
Returns the AssociationEnd associationRole values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. 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_associationRole$obj->set_associationRole(@val);
Sets the AssociationEnd associationRole value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj.
add_associationRole$obj->add_associationRole(@val);
Adds AssociationEnd associationRole values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj.
remove_associationRole$obj->remove_associationRole(@val);
Removes the AssociationEnd associationRole values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj.
clear_associationRole$obj->clear_associationRole;
Clears the AssociationEnd associationRole links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj.
count_associationRole$obj->count_associationRole;
Returns the number of elements associated with associationRole.
connectionmy @val = $obj->connection; my $ary_val = $obj->connection;
Returns the AssociationEnd connection values of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. 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_connectionmy $x = $obj->index_connection($i); my @x = $obj->index_connection($i, $count);
In scalar context, returns the value of AssociationEnd connection at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_connectionmy $index = $obj->index_of_connection($val);
Returns the index of $val in AssociationEnd connection. Return undef if $val is not in connection.
set_connection$obj->set_connection(@val);
Sets the AssociationEnd connection value. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj.
set_index_connection$obj->set_index_connection($i, $val);
Sets the value of AssociationEnd connection at index $i. Returns self.
add_connection$obj->add_connection(@val);
Adds AssociationEnd connection values. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj.
add_index_connection$obj->add_index_connection($i, @val);
Adds AssociationEnd connection values at index $i. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj.
remove_connection$obj->remove_connection(@val);
Removes the AssociationEnd connection values @val. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj.
clear_connection$obj->clear_connection;
Clears the AssociationEnd connection links to UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj.
count_connection$obj->count_connection;
Returns the number of elements associated with connection.
linkmy @val = $obj->link; my $ary_val = $obj->link;
Returns the AssociationEnd link values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. 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_link$obj->set_link(@val);
Sets the AssociationEnd link value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Returns $obj.
add_link$obj->add_link(@val);
Adds AssociationEnd link values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Returns $obj.
remove_link$obj->remove_link(@val);
Removes the AssociationEnd link values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. 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 associated with link.
END OF DOCUMENT