| UMMF documentation | view source | Contained in the UMMF distribution. |
interaction : THIS 0..* <---> context : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration 11changeableinstance1compositepublicSet::Object
interaction : THIS 0..1 <---> interactionInstanceSet : UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet 0..*0..*changeableinstance1noneprivateSet::Object
interaction : THIS 1 <---> message : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message 1..*__validate_type__typecheckisaInteractionisaBehavioral_Elements__Collaborations__Interaction__model_name __isAbstract___initialize__initialize__createcontextset_contextadd_contextremove_contextclear_contextcount_contextinteractionInstanceSetset_interactionInstanceSetadd_interactionInstanceSetremove_interactionInstanceSetclear_interactionInstanceSetcount_interactionInstanceSetmessageset_messageadd_messageremove_messageclear_messagecount_message
UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction --
1.5
NO ATTRIBUTES
interaction : THIS 0..* <---> context : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration 11changeableinstancecompositepublicSet::Objectinteraction : THIS 0..1 <---> interactionInstanceSet : UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet 0..*0..*changeableinstancenoneprivateSet::Objectinteraction : THIS 1 <---> message : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message 1..*1..*changeableinstancenonepublicSet::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_name my $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.
___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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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
| UMMF documentation | view source | Contained in the UMMF distribution. |