NAME
UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
message
: THIS 0..*
<---> communicationConnection
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole 0..1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
playedRole
: THIS 0..*
<---> conformingStimulus
: UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
message
: THIS 1..*
<---> interaction
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
public
- container_type =
Set::Object
sucessor
: THIS 0..*
<---> predecessor
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
message_receiver
: THIS 0..*
<---> receiver
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
message_sender
: THIS 0..*
<---> sender
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
predecessor
: THIS 0..*
<---> sucessor
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message-
__validate_type($value)>> is false.
isaMessage
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Other receivers will return false.
isaBehavioral_Elements__Collaborations__Message
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Other receivers will return false. This is the fully qualified version of the isaMessage
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Collaborations::Message'
) for an object or package of this Classifier.
__isAbstract
$package->__isAbstract;
Returns 0
.
__tangram_schema
my $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::Export::Perl::Tangram
___initialize
Initialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize
.
__initialize
Initialize all slots in this Classifier and all its Generalizations.
See also: ___initialize
.
__create
Calls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create
.
communicationConnection
my $val = $obj->communicationConnection;
Returns the AssociationEnd communicationConnection
value of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole.
set_communicationConnection
$obj->set_communicationConnection($val);
Sets the AssociationEnd communicationConnection
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj
.
add_communicationConnection
$obj->add_communicationConnection($val);
Adds the AssociationEnd communicationConnection
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. Throws exception if a value already exists. Returns $obj
.
remove_communicationConnection
$obj->remove_communicationConnection($val);
Removes the AssociationEnd communicationConnection
value $val
. Returns $obj
.
clear_communicationConnection
$obj->clear_communicationConnection;
Clears the AssociationEnd communicationConnection
links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj
.
count_communicationConnection
$obj->count_communicationConnection;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationRole associated with communicationConnection
.
conformingStimulus
my @val = $obj->conformingStimulus;
my $ary_val = $obj->conformingStimulus;
Returns the AssociationEnd conformingStimulus
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_conformingStimulus
$obj->set_conformingStimulus(@val);
Sets the AssociationEnd conformingStimulus
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
add_conformingStimulus
$obj->add_conformingStimulus(@val);
Adds AssociationEnd conformingStimulus
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
remove_conformingStimulus
$obj->remove_conformingStimulus(@val);
Removes the AssociationEnd conformingStimulus
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
clear_conformingStimulus
$obj->clear_conformingStimulus;
Clears the AssociationEnd conformingStimulus
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
count_conformingStimulus
$obj->count_conformingStimulus;
Returns the number of elements associated with conformingStimulus
.
interaction
my $val = $obj->interaction;
Returns the AssociationEnd interaction
value of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction.
set_interaction
$obj->set_interaction($val);
Sets the AssociationEnd interaction
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Returns $obj
.
add_interaction
$obj->add_interaction($val);
Adds the AssociationEnd interaction
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Throws exception if a value already exists. Returns $obj
.
remove_interaction
$obj->remove_interaction($val);
Removes the AssociationEnd interaction
value $val
. Returns $obj
.
clear_interaction
$obj->clear_interaction;
Clears the AssociationEnd interaction
links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Returns $obj
.
count_interaction
$obj->count_interaction;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction associated with interaction
.
predecessor
my @val = $obj->predecessor;
my $ary_val = $obj->predecessor;
Returns the AssociationEnd predecessor
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_predecessor
$obj->set_predecessor(@val);
Sets the AssociationEnd predecessor
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
add_predecessor
$obj->add_predecessor(@val);
Adds AssociationEnd predecessor
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
remove_predecessor
$obj->remove_predecessor(@val);
Removes the AssociationEnd predecessor
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
clear_predecessor
$obj->clear_predecessor;
Clears the AssociationEnd predecessor
links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
count_predecessor
$obj->count_predecessor;
Returns the number of elements associated with predecessor
.
receiver
my $val = $obj->receiver;
Returns the AssociationEnd receiver
value of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole.
set_receiver
$obj->set_receiver($val);
Sets the AssociationEnd receiver
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. Returns $obj
.
add_receiver
$obj->add_receiver($val);
Adds the AssociationEnd receiver
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. 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::Collaborations::ClassifierRole. Returns $obj
.
count_receiver
$obj->count_receiver;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole associated with receiver
.
sender
my $val = $obj->sender;
Returns the AssociationEnd sender
value of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole.
set_sender
$obj->set_sender($val);
Sets the AssociationEnd sender
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. Returns $obj
.
add_sender
$obj->add_sender($val);
Adds the AssociationEnd sender
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. 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::Collaborations::ClassifierRole. Returns $obj
.
count_sender
$obj->count_sender;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole associated with sender
.
sucessor
my @val = $obj->sucessor;
my $ary_val = $obj->sucessor;
Returns the AssociationEnd sucessor
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_sucessor
$obj->set_sucessor(@val);
Sets the AssociationEnd sucessor
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
add_sucessor
$obj->add_sucessor(@val);
Adds AssociationEnd sucessor
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
remove_sucessor
$obj->remove_sucessor(@val);
Removes the AssociationEnd sucessor
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
clear_sucessor
$obj->clear_sucessor;
Clears the AssociationEnd sucessor
links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Message. Returns $obj
.
count_sucessor
$obj->count_sucessor;
Returns the number of elements associated with sucessor
.
END OF DOCUMENT