NAME

UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd --

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

linkEnd : THIS 0..* <---> associationEnd : UMMF::UML_1_5::Foundation::Core::AssociationEnd 1

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::Foundation::Core::AssociationEnd
multiplicity = 1
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = public
container_type = Set::Object

linkEnd : 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 =
isNavigable = 1
aggregation = none
visibility = public
container_type = Set::Object
metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
multiplicity = 1
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = composite
visibility = private
container_type = Set::Object
metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering = ordered
isNavigable = 1
aggregation = none
visibility = public
container_type = ARRAY

METHODS

__validate_type

  UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd.

__typecheck

  UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd->__typecheck($value, $msg);

Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd-__validate_type($value)>> is false.

isaLinkEnd

Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Other receivers will return false.

isaBehavioral_Elements__Common_Behavior__LinkEnd

Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::LinkEnd. Other receivers will return false. This is the fully qualified version of the isaLinkEnd method.

__model_name

  my $name = $obj_or_package->__model_name;

Returns the UML Model name ('Behavioral_Elements::Common_Behavior::LinkEnd') 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.

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.

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.

  my $val = $obj->link;

Returns the AssociationEnd link value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link.

  $obj->set_link($val);

Sets the AssociationEnd link value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Returns $obj.

  $obj->add_link($val);

Adds the AssociationEnd link value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Throws exception if a value already exists. Returns $obj.

  $obj->remove_link($val);

Removes the AssociationEnd link value $val. Returns $obj.

  $obj->clear_link;

Clears the AssociationEnd link links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. Returns $obj.

  $obj->count_link;

Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link associated with link.

qualifierValue

  my @val = $obj->qualifierValue;
  my $ary_val = $obj->qualifierValue;

Returns the AssociationEnd qualifierValue 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.

index_qualifierValue

  my $x = $obj->index_qualifierValue($i);
  my @x = $obj->index_qualifierValue($i, $count);

In scalar context, returns the value of AssociationEnd qualifierValue at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.

index_of_qualifierValue

  my $index = $obj->index_of_qualifierValue($val);

Returns the index of $val in AssociationEnd qualifierValue. Return undef if $val is not in qualifierValue.

set_qualifierValue

  $obj->set_qualifierValue(@val);

Sets the AssociationEnd qualifierValue value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.

set_index_qualifierValue

  $obj->set_index_qualifierValue($i, $val);

Sets the value of AssociationEnd qualifierValue at index $i. Returns self.

add_qualifierValue

  $obj->add_qualifierValue(@val);

Adds AssociationEnd qualifierValue values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.

add_index_qualifierValue

  $obj->add_index_qualifierValue($i, @val);

Adds AssociationEnd qualifierValue values at index $i. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.

remove_qualifierValue

  $obj->remove_qualifierValue(@val);

Removes the AssociationEnd qualifierValue values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.

clear_qualifierValue

  $obj->clear_qualifierValue;

Clears the AssociationEnd qualifierValue links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::AttributeLink. Returns $obj.

count_qualifierValue

  $obj->count_qualifierValue;

Returns the number of elements associated with qualifierValue.

END OF DOCUMENT