NAME
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Foundation::Core::ModelElement
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
link
: THIS 0..*
<---> association
: UMMF::UML_1_5::Foundation::Core::Association 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Foundation::Core::Association
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
particpatingLink
: THIS 0..*
<---> collaborationInstanceSet_particpatingLink
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
link
: THIS 1
<---> connection
: UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd 2..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd
- multiplicity =
2..*
- changeability =
changeable
- targetScope =
instance
- ordering =
ordered
- aggregation =
none
- visibility =
public
- container_type =
ARRAY
ownedLink
: THIS 0..*
<---> owner
: UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 0..1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
public
- container_type =
Set::Object
communicationsLink
: THIS 0..1
<---> stimulus_communicationsLink
: 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 =
private
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link-
__validate_type($value)>> is false.
isaLink
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Other receivers will return false.
isaBehavioral_Elements__Common_Behavior__Link
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Other receivers will return false. This is the fully qualified version of the isaLink
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Common_Behavior::Link'
) 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
.
association
my $val = $obj->association;
Returns the AssociationEnd association
value of type UMMF::UML_1_5::Foundation::Core::Association.
set_association
$obj->set_association($val);
Sets the AssociationEnd association
value. $val
must of type UMMF::UML_1_5::Foundation::Core::Association. Returns $obj
.
add_association
$obj->add_association($val);
Adds the AssociationEnd association
value. $val
must of type UMMF::UML_1_5::Foundation::Core::Association. Throws exception if a value already exists. Returns $obj
.
remove_association
$obj->remove_association($val);
Removes the AssociationEnd association
value $val
. Returns $obj
.
clear_association
$obj->clear_association;
Clears the AssociationEnd association
links to UMMF::UML_1_5::Foundation::Core::Association. Returns $obj
.
count_association
$obj->count_association;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Association associated with association
.
collaborationInstanceSet_particpatingLink
my @val = $obj->collaborationInstanceSet_particpatingLink;
my $ary_val = $obj->collaborationInstanceSet_particpatingLink;
Returns the AssociationEnd collaborationInstanceSet_particpatingLink
values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. 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_collaborationInstanceSet_particpatingLink
$obj->set_collaborationInstanceSet_particpatingLink(@val);
Sets the AssociationEnd collaborationInstanceSet_particpatingLink
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj
.
add_collaborationInstanceSet_particpatingLink
$obj->add_collaborationInstanceSet_particpatingLink(@val);
Adds AssociationEnd collaborationInstanceSet_particpatingLink
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj
.
remove_collaborationInstanceSet_particpatingLink
$obj->remove_collaborationInstanceSet_particpatingLink(@val);
Removes the AssociationEnd collaborationInstanceSet_particpatingLink
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj
.
clear_collaborationInstanceSet_particpatingLink
$obj->clear_collaborationInstanceSet_particpatingLink;
Clears the AssociationEnd collaborationInstanceSet_particpatingLink
links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj
.
count_collaborationInstanceSet_particpatingLink
$obj->count_collaborationInstanceSet_particpatingLink;
Returns the number of elements associated with collaborationInstanceSet_particpatingLink
.
connection
my @val = $obj->connection;
my $ary_val = $obj->connection;
Returns the AssociationEnd connection
values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. 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_connection
my $x = $obj->index_connection($i);
my @x = $obj->index_connection($i, $count);
In scalar context, returns the value of AssociationEnd connection
at index $i
. In array context, returns the values between index $i
and $i + $count - 1
, inclusive.
index_of_connection
my $index = $obj->index_of_connection($val);
Returns the index of $val
in AssociationEnd connection
. Return undef
if $val
is not in connection
.
set_connection
$obj->set_connection(@val);
Sets the AssociationEnd connection
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj
.
set_index_connection
$obj->set_index_connection($i, $val);
Sets the value of AssociationEnd connection
at index $i
. Returns self.
add_connection
$obj->add_connection(@val);
Adds AssociationEnd connection
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj
.
add_index_connection
$obj->add_index_connection($i, @val);
Adds AssociationEnd connection
values at index $i
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj
.
remove_connection
$obj->remove_connection(@val);
Removes the AssociationEnd connection
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj
.
clear_connection
$obj->clear_connection;
Clears the AssociationEnd connection
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj
.
count_connection
$obj->count_connection;
Returns the number of elements associated with connection
.
owner
my $val = $obj->owner;
Returns the AssociationEnd owner
value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_owner
$obj->set_owner($val);
Sets the AssociationEnd owner
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj
.
add_owner
$obj->add_owner($val);
Adds the AssociationEnd owner
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Throws exception if a value already exists. Returns $obj
.
remove_owner
$obj->remove_owner($val);
Removes the AssociationEnd owner
value $val
. Returns $obj
.
clear_owner
$obj->clear_owner;
Clears the AssociationEnd owner
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj
.
count_owner
$obj->count_owner;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with owner
.
stimulus_communicationsLink
my @val = $obj->stimulus_communicationsLink;
my $ary_val = $obj->stimulus_communicationsLink;
Returns the AssociationEnd stimulus_communicationsLink
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_stimulus_communicationsLink
$obj->set_stimulus_communicationsLink(@val);
Sets the AssociationEnd stimulus_communicationsLink
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
add_stimulus_communicationsLink
$obj->add_stimulus_communicationsLink(@val);
Adds AssociationEnd stimulus_communicationsLink
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
remove_stimulus_communicationsLink
$obj->remove_stimulus_communicationsLink(@val);
Removes the AssociationEnd stimulus_communicationsLink
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
clear_stimulus_communicationsLink
$obj->clear_stimulus_communicationsLink;
Clears the AssociationEnd stimulus_communicationsLink
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj
.
count_stimulus_communicationsLink
$obj->count_stimulus_communicationsLink;
Returns the number of elements associated with stimulus_communicationsLink
.
END OF DOCUMENT