NAME
UMMF::UML_1_5::Foundation::Core::Attribute --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Foundation::Core::StructuralFeature
ATTRIBUTES
initialValue
: UMMF::UML_1_5::Foundation::Data_Types::Expression
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::UML_1_5::Foundation::Data_Types::Expression
- visibility =
private
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue = UNSPECIFIED
- container_type =
Set::Object
ASSOCIATIONS
qualifier
: THIS 0..*
<---> associationEnd
: UMMF::UML_1_5::Foundation::Core::AssociationEnd 0..1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
public
- container_type =
Set::Object
avaliableQualifier
: THIS 0..*
<---> associationEndRole
: UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationEndRole 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationEndRole
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
aggregate
- visibility =
private
- container_type =
Set::Object
attribute
: THIS 1
<----
: UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Attribute_Actions::AttributeAction 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Attribute_Actions::AttributeAction
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
attribute
: THIS 1
<---> attributeLink
: UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
qualifier
: THIS 1
<----
: UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Association_Actions::ReadLinkObjectQualifierAction 0..1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Association_Actions::ReadLinkObjectQualifierAction
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
qualifier
: THIS 1
<----
: UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Association_Actions::QualifierValue 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Association_Actions::QualifierValue
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
referredAttribute
: THIS 1
<----
: UMMF::UML_1_5::OCL::Expressions::AttributeCallExp 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::OCL::Expressions::AttributeCallExp
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML_1_5::Foundation::Core::Attribute->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Foundation::Core::Attribute.
__typecheck
UMMF::UML_1_5::Foundation::Core::Attribute->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Foundation::Core::Attribute-
__validate_type($value)>> is false.
isaAttribute
Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Attribute. Other receivers will return false.
isaFoundation__Core__Attribute
Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Attribute. Other receivers will return false. This is the fully qualified version of the isaAttribute
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::Attribute'
) 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
.
initialValue
my $val = $obj->initialValue;
Returns the UMMF::UML_1_5::Foundation::Data_Types::Expression value of Attribute initialValue
.
set_initialValue
$obj->set_initialValue($val);
Sets the value of Attribute initialValue
. $val
must be of type UMMF::UML_1_5::Foundation::Data_Types::Expression or undef
. Returns $obj
.
count_initialValue
$obj->count_initialValue;
Returns the number of elements (0 or 1) in initialValue
.
associationEnd
my $val = $obj->associationEnd;
Returns the AssociationEnd associationEnd
value of type UMMF::UML_1_5::Foundation::Core::AssociationEnd.
set_associationEnd
$obj->set_associationEnd($val);
Sets the AssociationEnd associationEnd
value. $val
must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj
.
add_associationEnd
$obj->add_associationEnd($val);
Adds the AssociationEnd associationEnd
value. $val
must of type UMMF::UML_1_5::Foundation::Core::AssociationEnd. Throws exception if a value already exists. Returns $obj
.
remove_associationEnd
$obj->remove_associationEnd($val);
Removes the AssociationEnd associationEnd
value $val
. Returns $obj
.
clear_associationEnd
$obj->clear_associationEnd;
Clears the AssociationEnd associationEnd
links to UMMF::UML_1_5::Foundation::Core::AssociationEnd. Returns $obj
.
count_associationEnd
$obj->count_associationEnd;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::AssociationEnd associated with associationEnd
.
associationEndRole
my @val = $obj->associationEndRole;
my $ary_val = $obj->associationEndRole;
Returns the AssociationEnd associationEndRole
values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationEndRole. 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_associationEndRole
$obj->set_associationEndRole(@val);
Sets the AssociationEnd associationEndRole
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationEndRole. Returns $obj
.
add_associationEndRole
$obj->add_associationEndRole(@val);
Adds AssociationEnd associationEndRole
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationEndRole. Returns $obj
.
remove_associationEndRole
$obj->remove_associationEndRole(@val);
Removes the AssociationEnd associationEndRole
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationEndRole. Returns $obj
.
clear_associationEndRole
$obj->clear_associationEndRole;
Clears the AssociationEnd associationEndRole
links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::AssociationEndRole. Returns $obj
.
count_associationEndRole
$obj->count_associationEndRole;
Returns the number of elements associated with associationEndRole
.
attributeLink
my @val = $obj->attributeLink;
my $ary_val = $obj->attributeLink;
Returns the AssociationEnd attributeLink
values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. 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_attributeLink
$obj->set_attributeLink(@val);
Sets the AssociationEnd attributeLink
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj
.
add_attributeLink
$obj->add_attributeLink(@val);
Adds AssociationEnd attributeLink
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj
.
remove_attributeLink
$obj->remove_attributeLink(@val);
Removes the AssociationEnd attributeLink
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj
.
clear_attributeLink
$obj->clear_attributeLink;
Clears the AssociationEnd attributeLink
links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj
.
count_attributeLink
$obj->count_attributeLink;
Returns the number of elements associated with attributeLink
.
END OF DOCUMENT