
UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction --

1.5





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

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

NO ATTRIBUTES

interaction : THIS 0..* <---> context : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration 11changeableinstance1compositepublicSet::Objectinteraction : THIS 0..1 <---> interactionInstanceSet : UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet 0..*0..*changeableinstance1noneprivateSet::Objectinteraction : THIS 1 <---> message : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message 1..*1..*changeableinstance1nonepublicSet::Object
__validate_typeUMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction-__validate_type($value)>> is false.
isaInteractionReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Other receivers will return false.
isaBehavioral_Elements__Collaborations__InteractionReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Other receivers will return false. This is the fully qualified version of the isaInteraction method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Collaborations::Interaction') 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.
contextmy $val = $obj->context;
Returns the AssociationEnd context value of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration.
set_context$obj->set_context($val);
Sets the AssociationEnd context value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.
add_context$obj->add_context($val);
Adds the AssociationEnd context value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Throws exception if a value already exists. Returns $obj.
remove_context$obj->remove_context($val);
Removes the AssociationEnd context value $val. Returns $obj.
clear_context$obj->clear_context;
Clears the AssociationEnd context links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.
count_context$obj->count_context;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration associated with context.
interactionInstanceSetmy @val = $obj->interactionInstanceSet; my $ary_val = $obj->interactionInstanceSet;
Returns the AssociationEnd interactionInstanceSet values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet. 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_interactionInstanceSet$obj->set_interactionInstanceSet(@val);
Sets the AssociationEnd interactionInstanceSet value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj.
add_interactionInstanceSet$obj->add_interactionInstanceSet(@val);
Adds AssociationEnd interactionInstanceSet values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj.
remove_interactionInstanceSet$obj->remove_interactionInstanceSet(@val);
Removes the AssociationEnd interactionInstanceSet values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj.
clear_interactionInstanceSet$obj->clear_interactionInstanceSet;
Clears the AssociationEnd interactionInstanceSet links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj.
count_interactionInstanceSet$obj->count_interactionInstanceSet;
Returns the number of elements associated with interactionInstanceSet.
messagemy @val = $obj->message; my $ary_val = $obj->message;
Returns the AssociationEnd message values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. 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_message$obj->set_message(@val);
Sets the AssociationEnd message value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj.
add_message$obj->add_message(@val);
Adds AssociationEnd message values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj.
remove_message$obj->remove_message(@val);
Removes the AssociationEnd message values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj.
clear_message$obj->clear_message;
Clears the AssociationEnd message links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj.
count_message$obj->count_message;
Returns the number of elements associated with message.
END OF DOCUMENT