NAME
UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction --
VERSION
1.0
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML::MetaModel::Foundation::Core::Class
SUPERCLASSES
UMMF::UML::MetaModel::Foundation::Core::ModelElement
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
0..*
: interaction
<---> context
: UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration 1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
public
- container_type =
Set::Object
0..1
: interaction
<---> interactionInstanceSet
: UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet 0..*
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
1
: interaction
<---> message
: UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Message 1..*
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Message
- multiplicity =
1..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction.
__typecheck
UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction-
__validate_type($value)>> is false.
isaInteraction
Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction. Other receivers will return false.
isaBehavioral_Elements__Collaborations__Interaction
Returns true if receiver is a UMMF::UML::MetaModel::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
.
__tangram_schema
my $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::UML::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
.
context
my $val = $obj->context;
Returns the AssociationEnd context
value of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration.
set_context
$obj->set_context($val);
Sets the AssociationEnd context
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration. Returns $obj
.
add_context
$obj->add_context($val);
Adds the AssociationEnd context
value. $val
must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Collaboration. Returns $obj
.
count_context
$obj->count_context;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration associated with context
.
interactionInstanceSet
my @val = $obj->interactionInstanceSet;
my $ary_val = $obj->interactionInstanceSet;
Returns the AssociationEnd interactionInstanceSet
values of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj
.
add_interactionInstanceSet
$obj->add_interactionInstanceSet(@val);
Adds AssociationEnd interactionInstanceSet
values. Elements of @val
must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj
.
clear_interactionInstanceSet
$obj->clear_interactionInstanceSet;
Clears the AssociationEnd interactionInstanceSet
links to UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj
.
count_interactionInstanceSet
$obj->count_interactionInstanceSet;
Returns the number of elements associated with interactionInstanceSet
.
message
my @val = $obj->message;
my $ary_val = $obj->message;
Returns the AssociationEnd message
values of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Message. Returns $obj
.
add_message
$obj->add_message(@val);
Adds AssociationEnd message
values. Elements of @val
must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Message. Returns $obj
.
clear_message
$obj->clear_message;
Clears the AssociationEnd message
links to UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Message. Returns $obj
.
count_message
$obj->count_message;
Returns the number of elements associated with message
.
END OF DOCUMENT