NAME
UMMF::UML::MetaModel::Foundation::Core::Association --
VERSION
1.0
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML::MetaModel::Foundation::Core::Class
SUPERCLASSES
UMMF::UML::MetaModel::Foundation::Core::GeneralizableElement
UMMF::UML::MetaModel::Foundation::Core::Relationship
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
1
: association
<----
: UMMF::UML::MetaModel::Behavioral_Elements::Actions::Read_Write_Actions::Association_Actions::ClearAssociationAction 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Actions::Read_Write_Actions::Association_Actions::ClearAssociationAction
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
0..1
: base
<---> associationRole
: UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::AssociationRole 0..*
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::AssociationRole
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
1
: _association
<---> connection
: UMMF::UML::MetaModel::Foundation::Core::AssociationEnd 2..*
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- multiplicity =
2..*
- changeability =
changeable
- targetScope =
instance
- ordering =
ordered
- aggregation =
none
- visibility =
public
- container_type =
ARRAY
1
: association
<---> link
: UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link 0..*
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML::MetaModel::Foundation::Core::Association->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML::MetaModel::Foundation::Core::Association.
__typecheck
UMMF::UML::MetaModel::Foundation::Core::Association->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML::MetaModel::Foundation::Core::Association-
__validate_type($value)>> is false.
isaAssociation
Returns true if receiver is a UMMF::UML::MetaModel::Foundation::Core::Association. Other receivers will return false.
isaFoundation__Core__Association
Returns true if receiver is a UMMF::UML::MetaModel::Foundation::Core::Association. Other receivers will return false. This is the fully qualified version of the isaAssociation
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::Association'
) 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
.
associationRole
my @val = $obj->associationRole;
my $ary_val = $obj->associationRole;
Returns the AssociationEnd associationRole
values of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::AssociationRole. 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_associationRole
$obj->set_associationRole(@val);
Sets the AssociationEnd associationRole
value. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj
.
add_associationRole
$obj->add_associationRole(@val);
Adds AssociationEnd associationRole
values. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj
.
remove_associationRole
$obj->remove_associationRole(@val);
Removes the AssociationEnd associationRole
values @val
. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj
.
clear_associationRole
$obj->clear_associationRole;
Clears the AssociationEnd associationRole
links to UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::AssociationRole. Returns $obj
.
count_associationRole
$obj->count_associationRole;
Returns the number of elements associated with associationRole
.
connection
my @val = $obj->connection;
my $ary_val = $obj->connection;
Returns the AssociationEnd connection
values of type UMMF::UML::MetaModel::Foundation::Core::AssociationEnd. 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::MetaModel::Foundation::Core::AssociationEnd. 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::MetaModel::Foundation::Core::AssociationEnd. 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::MetaModel::Foundation::Core::AssociationEnd. Returns $obj
.
remove_connection
$obj->remove_connection(@val);
Removes the AssociationEnd connection
values @val
. Elements of @val
must of type UMMF::UML::MetaModel::Foundation::Core::AssociationEnd. Returns $obj
.
clear_connection
$obj->clear_connection;
Clears the AssociationEnd connection
links to UMMF::UML::MetaModel::Foundation::Core::AssociationEnd. Returns $obj
.
count_connection
$obj->count_connection;
Returns the number of elements associated with connection
.
link
my @val = $obj->link;
my $ary_val = $obj->link;
Returns the AssociationEnd link
values of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link. 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_link
$obj->set_link(@val);
Sets the AssociationEnd link
value. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link. Returns $obj
.
add_link
$obj->add_link(@val);
Adds AssociationEnd link
values. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link. Returns $obj
.
remove_link
$obj->remove_link(@val);
Removes the AssociationEnd link
values @val
. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link. Returns $obj
.
clear_link
$obj->clear_link;
Clears the AssociationEnd link
links to UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link. Returns $obj
.
count_link
$obj->count_link;
Returns the number of elements associated with link
.
END OF DOCUMENT