| UMMF documentation | view source | Contained in the UMMF distribution. |
stimulus_argument : THIS 0..* <---> argument : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 0..*stimulus_communicationsLink : THIS 0..* <---> communicationsLink : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link 0..1stimulus : THIS 0..* <---> dispatchAction : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure 1particpatingStimulus : THIS 1..* <---> interactionInstanceSet : UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet 0..*0..*changeableinstance1noneprivateSet::Object
conformingStimulus : THIS 0..* <---> playedRole : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message 0..*stimulus_receiver : THIS 0..* <---> receiver : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 1stimulus_sender : THIS 0..* <---> sender : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 1__validate_type__typecheckisaStimulusisaBehavioral_Elements__Common_Behavior__Stimulus__model_name __isAbstract___initialize__initialize__createargumentindex_argumentindex_of_argumentset_argumentset_index_argumentadd_argumentadd_index_argumentremove_argumentclear_argumentcount_argumentcommunicationsLinkset_communicationsLinkadd_communicationsLinkremove_communicationsLinkclear_communicationsLinkcount_communicationsLinkdispatchActionset_dispatchActionadd_dispatchActionremove_dispatchActionclear_dispatchActioncount_dispatchActioninteractionInstanceSetset_interactionInstanceSetadd_interactionInstanceSetremove_interactionInstanceSetclear_interactionInstanceSetcount_interactionInstanceSetplayedRoleset_playedRoleadd_playedRoleremove_playedRoleclear_playedRolecount_playedRolereceiverset_receiveradd_receiverremove_receiverclear_receivercount_receiversenderset_senderadd_senderremove_senderclear_sendercount_sender
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus --
1.5
NO ATTRIBUTES
stimulus_argument : THIS 0..* <---> argument : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 0..*0..*changeableinstanceorderedaggregatepublicARRAYstimulus_communicationsLink : THIS 0..* <---> communicationsLink : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link 0..10..1changeableinstancenonepublicSet::Objectstimulus : THIS 0..* <---> dispatchAction : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure 11changeableinstancenonepublicSet::ObjectparticpatingStimulus : THIS 1..* <---> interactionInstanceSet : UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet 0..*0..*changeableinstancenoneprivateSet::ObjectconformingStimulus : THIS 0..* <---> playedRole : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message 0..*0..*changeableinstancenonepublicSet::Objectstimulus_receiver : THIS 0..* <---> receiver : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 11changeableinstancenonepublicSet::Objectstimulus_sender : THIS 0..* <---> sender : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 11changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus-__validate_type($value)>> is false.
isaStimulusReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Other receivers will return false.
isaBehavioral_Elements__Common_Behavior__StimulusReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus.
Other receivers will return false.
This is the fully qualified version of the isaStimulus method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Common_Behavior::Stimulus') 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.
argumentmy @val = $obj->argument; my $ary_val = $obj->argument;
Returns the AssociationEnd argument values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
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_argumentmy $x = $obj->index_argument($i); my @x = $obj->index_argument($i, $count);
In scalar context, returns the value of AssociationEnd argument at index $i.
In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_argumentmy $index = $obj->index_of_argument($val);
Returns the index of $val in AssociationEnd argument.
Return undef if $val is not in argument.
set_argument$obj->set_argument(@val);
Sets the AssociationEnd argument value.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
set_index_argument$obj->set_index_argument($i, $val);
Sets the value of AssociationEnd argument at index $i.
Returns self.
add_argument$obj->add_argument(@val);
Adds AssociationEnd argument values.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
add_index_argument$obj->add_index_argument($i, @val);
Adds AssociationEnd argument values at index $i.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
remove_argument$obj->remove_argument(@val);
Removes the AssociationEnd argument values @val.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
clear_argument$obj->clear_argument;
Clears the AssociationEnd argument links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
count_argument$obj->count_argument;
Returns the number of elements associated with argument.
communicationsLinkmy $val = $obj->communicationsLink;
Returns the AssociationEnd communicationsLink value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.
set_communicationsLink$obj->set_communicationsLink($val);
Sets the AssociationEnd communicationsLink value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.
Returns $obj.
add_communicationsLink$obj->add_communicationsLink($val);
Adds the AssociationEnd communicationsLink value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.
Throws exception if a value already exists.
Returns $obj.
remove_communicationsLink$obj->remove_communicationsLink($val);
Removes the AssociationEnd communicationsLink value $val.
Returns $obj.
clear_communicationsLink$obj->clear_communicationsLink;
Clears the AssociationEnd communicationsLink links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.
Returns $obj.
count_communicationsLink$obj->count_communicationsLink;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link associated with communicationsLink.
dispatchActionmy $val = $obj->dispatchAction;
Returns the AssociationEnd dispatchAction value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure.
set_dispatchAction$obj->set_dispatchAction($val);
Sets the AssociationEnd dispatchAction value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure.
Returns $obj.
add_dispatchAction$obj->add_dispatchAction($val);
Adds the AssociationEnd dispatchAction value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure.
Throws exception if a value already exists.
Returns $obj.
remove_dispatchAction$obj->remove_dispatchAction($val);
Removes the AssociationEnd dispatchAction value $val.
Returns $obj.
clear_dispatchAction$obj->clear_dispatchAction;
Clears the AssociationEnd dispatchAction links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure.
Returns $obj.
count_dispatchAction$obj->count_dispatchAction;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure associated with dispatchAction.
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.
playedRolemy @val = $obj->playedRole; my $ary_val = $obj->playedRole;
Returns the AssociationEnd playedRole 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_playedRole$obj->set_playedRole(@val);
Sets the AssociationEnd playedRole value.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message.
Returns $obj.
add_playedRole$obj->add_playedRole(@val);
Adds AssociationEnd playedRole values.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message.
Returns $obj.
remove_playedRole$obj->remove_playedRole(@val);
Removes the AssociationEnd playedRole values @val.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message.
Returns $obj.
clear_playedRole$obj->clear_playedRole;
Clears the AssociationEnd playedRole links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message.
Returns $obj.
count_playedRole$obj->count_playedRole;
Returns the number of elements associated with playedRole.
receivermy $val = $obj->receiver;
Returns the AssociationEnd receiver value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_receiver$obj->set_receiver($val);
Sets the AssociationEnd receiver value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
add_receiver$obj->add_receiver($val);
Adds the AssociationEnd receiver value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Throws exception if a value already exists.
Returns $obj.
remove_receiver$obj->remove_receiver($val);
Removes the AssociationEnd receiver value $val.
Returns $obj.
clear_receiver$obj->clear_receiver;
Clears the AssociationEnd receiver links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
count_receiver$obj->count_receiver;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with receiver.
sendermy $val = $obj->sender;
Returns the AssociationEnd sender value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_sender$obj->set_sender($val);
Sets the AssociationEnd sender value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
add_sender$obj->add_sender($val);
Adds the AssociationEnd sender value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Throws exception if a value already exists.
Returns $obj.
remove_sender$obj->remove_sender($val);
Removes the AssociationEnd sender value $val.
Returns $obj.
clear_sender$obj->clear_sender;
Clears the AssociationEnd sender links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
Returns $obj.
count_sender$obj->count_sender;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with sender.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |