
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link --

1.5





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

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

NO ATTRIBUTES

link : THIS 0..* <---> association : UMMF::UML_1_5::Foundation::Core::Association 11changeableinstance1nonepublicSet::ObjectparticpatingLink : THIS 0..* <---> collaborationInstanceSet_particpatingLink : UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet 0..*0..*changeableinstance1noneprivateSet::Objectlink : THIS 1 <---> connection : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd 2..*2..*changeableinstanceordered1nonepublicARRAYownedLink : THIS 0..* <---> owner : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 0..10..1changeableinstance1compositepublicSet::ObjectcommunicationsLink : THIS 0..1 <---> stimulus_communicationsLink : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus 0..*0..*changeableinstance1noneprivateSet::Object
__validate_typeUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link-__validate_type($value)>> is false.
isaLinkReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Other receivers will return false.
isaBehavioral_Elements__Common_Behavior__LinkReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Other receivers will return false. This is the fully qualified version of the isaLink method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Common_Behavior::Link') 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.
associationmy $val = $obj->association;
Returns the AssociationEnd association value of type UMMF::UML_1_5::Foundation::Core::Association.
set_association$obj->set_association($val);
Sets the AssociationEnd association value. $val must of type UMMF::UML_1_5::Foundation::Core::Association. Returns $obj.
add_association$obj->add_association($val);
Adds the AssociationEnd association value. $val must of type UMMF::UML_1_5::Foundation::Core::Association. Throws exception if a value already exists. Returns $obj.
remove_association$obj->remove_association($val);
Removes the AssociationEnd association value $val. Returns $obj.
clear_association$obj->clear_association;
Clears the AssociationEnd association links to UMMF::UML_1_5::Foundation::Core::Association. Returns $obj.
count_association$obj->count_association;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Association associated with association.
collaborationInstanceSet_particpatingLinkmy @val = $obj->collaborationInstanceSet_particpatingLink; my $ary_val = $obj->collaborationInstanceSet_particpatingLink;
Returns the AssociationEnd collaborationInstanceSet_particpatingLink values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. 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_collaborationInstanceSet_particpatingLink$obj->set_collaborationInstanceSet_particpatingLink(@val);
Sets the AssociationEnd collaborationInstanceSet_particpatingLink value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.
add_collaborationInstanceSet_particpatingLink$obj->add_collaborationInstanceSet_particpatingLink(@val);
Adds AssociationEnd collaborationInstanceSet_particpatingLink values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.
remove_collaborationInstanceSet_particpatingLink$obj->remove_collaborationInstanceSet_particpatingLink(@val);
Removes the AssociationEnd collaborationInstanceSet_particpatingLink values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.
clear_collaborationInstanceSet_particpatingLink$obj->clear_collaborationInstanceSet_particpatingLink;
Clears the AssociationEnd collaborationInstanceSet_particpatingLink links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.
count_collaborationInstanceSet_particpatingLink$obj->count_collaborationInstanceSet_particpatingLink;
Returns the number of elements associated with collaborationInstanceSet_particpatingLink.
connectionmy @val = $obj->connection; my $ary_val = $obj->connection;
Returns the AssociationEnd connection values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. 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::Behavioral_Elements::Common_Behavior::LinkEnd. 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::Behavioral_Elements::Common_Behavior::LinkEnd. 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::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj.
remove_connection$obj->remove_connection(@val);
Removes the AssociationEnd connection values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj.
clear_connection$obj->clear_connection;
Clears the AssociationEnd connection links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj.
count_connection$obj->count_connection;
Returns the number of elements associated with connection.
ownermy $val = $obj->owner;
Returns the AssociationEnd owner value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_owner$obj->set_owner($val);
Sets the AssociationEnd owner value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.
add_owner$obj->add_owner($val);
Adds the AssociationEnd owner value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. 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::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.
count_owner$obj->count_owner;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with owner.
stimulus_communicationsLinkmy @val = $obj->stimulus_communicationsLink; my $ary_val = $obj->stimulus_communicationsLink;
Returns the AssociationEnd stimulus_communicationsLink values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. 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_stimulus_communicationsLink$obj->set_stimulus_communicationsLink(@val);
Sets the AssociationEnd stimulus_communicationsLink value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.
add_stimulus_communicationsLink$obj->add_stimulus_communicationsLink(@val);
Adds AssociationEnd stimulus_communicationsLink values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.
remove_stimulus_communicationsLink$obj->remove_stimulus_communicationsLink(@val);
Removes the AssociationEnd stimulus_communicationsLink values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.
clear_stimulus_communicationsLink$obj->clear_stimulus_communicationsLink;
Clears the AssociationEnd stimulus_communicationsLink links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.
count_stimulus_communicationsLink$obj->count_stimulus_communicationsLink;
Returns the number of elements associated with stimulus_communicationsLink.
END OF DOCUMENT