NAME
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink --
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
attributeLink
: THIS 0..*
<---> attribute
: UMMF::UML_1_5::Foundation::Core::Attribute 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Foundation::Core::Attribute
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
slot
: THIS 0..*
<---> instance
: UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
private
- container_type =
Set::Object
qualifierValue
: THIS 0..*
<---> linkEnd
: UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd 0..1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
private
- container_type =
Set::Object
attributeLink
: THIS 0..*
<---> value
: UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink-
__validate_type($value)>> is false.
isaAttributeLink
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Other receivers will return false.
isaBehavioral_Elements__Common_Behavior__AttributeLink
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Other receivers will return false. This is the fully qualified version of the isaAttributeLink
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Common_Behavior::AttributeLink'
) 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
.
attribute
my $val = $obj->attribute;
Returns the AssociationEnd attribute
value of type UMMF::UML_1_5::Foundation::Core::Attribute.
set_attribute
$obj->set_attribute($val);
Sets the AssociationEnd attribute
value. $val
must of type UMMF::UML_1_5::Foundation::Core::Attribute. Returns $obj
.
add_attribute
$obj->add_attribute($val);
Adds the AssociationEnd attribute
value. $val
must of type UMMF::UML_1_5::Foundation::Core::Attribute. Throws exception if a value already exists. Returns $obj
.
remove_attribute
$obj->remove_attribute($val);
Removes the AssociationEnd attribute
value $val
. Returns $obj
.
clear_attribute
$obj->clear_attribute;
Clears the AssociationEnd attribute
links to UMMF::UML_1_5::Foundation::Core::Attribute. Returns $obj
.
count_attribute
$obj->count_attribute;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Attribute associated with attribute
.
instance
my $val = $obj->instance;
Returns the AssociationEnd instance
value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_instance
$obj->set_instance($val);
Sets the AssociationEnd instance
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj
.
add_instance
$obj->add_instance($val);
Adds the AssociationEnd instance
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Throws exception if a value already exists. Returns $obj
.
remove_instance
$obj->remove_instance($val);
Removes the AssociationEnd instance
value $val
. Returns $obj
.
clear_instance
$obj->clear_instance;
Clears the AssociationEnd instance
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj
.
count_instance
$obj->count_instance;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with instance
.
linkEnd
my $val = $obj->linkEnd;
Returns the AssociationEnd linkEnd
value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd.
set_linkEnd
$obj->set_linkEnd($val);
Sets the AssociationEnd linkEnd
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj
.
add_linkEnd
$obj->add_linkEnd($val);
Adds the AssociationEnd linkEnd
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Throws exception if a value already exists. Returns $obj
.
remove_linkEnd
$obj->remove_linkEnd($val);
Removes the AssociationEnd linkEnd
value $val
. Returns $obj
.
clear_linkEnd
$obj->clear_linkEnd;
Clears the AssociationEnd linkEnd
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj
.
count_linkEnd
$obj->count_linkEnd;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd associated with linkEnd
.
value
my $val = $obj->value;
Returns the AssociationEnd value
value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance.
set_value
$obj->set_value($val);
Sets the AssociationEnd value
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj
.
add_value
$obj->add_value($val);
Adds the AssociationEnd value
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Throws exception if a value already exists. Returns $obj
.
remove_value
$obj->remove_value($val);
Removes the AssociationEnd value
value $val
. Returns $obj
.
clear_value
$obj->clear_value;
Clears the AssociationEnd value
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj
.
count_value
$obj->count_value;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance associated with value
.
END OF DOCUMENT