NAME
UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet --
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..*
: interactionInstance
<---> context
: UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet 1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
public
- container_type =
Set::Object
0..*
: interactionInstanceSet
<---> interaction
: UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
0..*
: interactionInstanceSet
<---> particpatingStimulus
: UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus 1..*
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus
- multiplicity =
1..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet.
__typecheck
UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet-
__validate_type($value)>> is false.
isaInteractionInstanceSet
Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet. Other receivers will return false.
isaBehavioral_Elements__Collaborations__InteractionInstanceSet
Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::InteractionInstanceSet. Other receivers will return false. This is the fully qualified version of the isaInteractionInstanceSet
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Collaborations::InteractionInstanceSet'
) 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::CollaborationInstanceSet.
set_context
$obj->set_context($val);
Sets the AssociationEnd context
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj
.
add_context
$obj->add_context($val);
Adds the AssociationEnd context
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet. 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::CollaborationInstanceSet. Returns $obj
.
count_context
$obj->count_context;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet associated with context
.
interaction
my $val = $obj->interaction;
Returns the AssociationEnd interaction
value of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction.
set_interaction
$obj->set_interaction($val);
Sets the AssociationEnd interaction
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction. Returns $obj
.
add_interaction
$obj->add_interaction($val);
Adds the AssociationEnd interaction
value. $val
must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Interaction. Returns $obj
.
count_interaction
$obj->count_interaction;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction associated with interaction
.
particpatingStimulus
my @val = $obj->particpatingStimulus;
my $ary_val = $obj->particpatingStimulus;
Returns the AssociationEnd particpatingStimulus
values of type UMMF::UML::MetaModel::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_particpatingStimulus
$obj->set_particpatingStimulus(@val);
Sets the AssociationEnd particpatingStimulus
value. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
add_particpatingStimulus
$obj->add_particpatingStimulus(@val);
Adds AssociationEnd particpatingStimulus
values. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
remove_particpatingStimulus
$obj->remove_particpatingStimulus(@val);
Removes the AssociationEnd particpatingStimulus
values @val
. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
clear_particpatingStimulus
$obj->clear_particpatingStimulus;
Clears the AssociationEnd particpatingStimulus
links to UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
count_particpatingStimulus
$obj->count_particpatingStimulus;
Returns the number of elements associated with particpatingStimulus
.
END OF DOCUMENT