The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link --

VERSION

1.0

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

UMMF::UML::MetaModel::Foundation::Core::Class

SUPERCLASSES

UMMF::UML::MetaModel::Foundation::Core::ModelElement

ATTRIBUTES

NO ATTRIBUTES

ASSOCIATIONS

metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Foundation::Core::Association
multiplicity = 1
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = public
container_type = Set::Object
metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = private
container_type = Set::Object
metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::LinkEnd
multiplicity = 2..*
changeability = changeable
targetScope = instance
ordering = ordered
isNavigable = 1
aggregation = none
visibility = public
container_type = ARRAY
metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Instance
multiplicity = 0..1
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = composite
visibility = public
container_type = Set::Object
metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = private
container_type = Set::Object

METHODS

__validate_type

  UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link.

__typecheck

  UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link->__typecheck($value, $msg);

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

Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Link. Other receivers will return false.

Returns true if receiver is a UMMF::UML::MetaModel::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::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.

association

  my $val = $obj->association;

Returns the AssociationEnd association value of type UMMF::UML::MetaModel::Foundation::Core::Association.

set_association

  $obj->set_association($val);

Sets the AssociationEnd association value. $val must of type UMMF::UML::MetaModel::Foundation::Core::Association. Returns $obj.

add_association

  $obj->add_association($val);

Adds the AssociationEnd association value. $val must of type UMMF::UML::MetaModel::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::MetaModel::Foundation::Core::Association. Returns $obj.

count_association

  $obj->count_association;

Returns the number of elements of type UMMF::UML::MetaModel::Foundation::Core::Association associated with association.

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

Returns the AssociationEnd collaborationInstanceSet_Link values of type UMMF::UML::MetaModel::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.

  $obj->set_collaborationInstanceSet_Link(@val);

Sets the AssociationEnd collaborationInstanceSet_Link value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

  $obj->add_collaborationInstanceSet_Link(@val);

Adds AssociationEnd collaborationInstanceSet_Link values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

  $obj->remove_collaborationInstanceSet_Link(@val);

Removes the AssociationEnd collaborationInstanceSet_Link values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

  $obj->clear_collaborationInstanceSet_Link;

Clears the AssociationEnd collaborationInstanceSet_Link links to UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

  $obj->count_collaborationInstanceSet_Link;

Returns the number of elements associated with collaborationInstanceSet_Link.

connection

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

Returns the AssociationEnd connection values of type UMMF::UML::MetaModel::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::MetaModel::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::MetaModel::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::MetaModel::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::MetaModel::Behavioral_Elements::Common_Behavior::LinkEnd. Returns $obj.

clear_connection

  $obj->clear_connection;

Clears the AssociationEnd connection links to UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Common_Behavior::Instance.

set_owner

  $obj->set_owner($val);

Sets the AssociationEnd owner value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.

add_owner

  $obj->add_owner($val);

Adds the AssociationEnd owner value. $val must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.

count_owner

  $obj->count_owner;

Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Instance associated with owner.

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

Returns the AssociationEnd stimulus_Link values of type UMMF::UML::MetaModel::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.

  $obj->set_stimulus_Link(@val);

Sets the AssociationEnd stimulus_Link value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.

  $obj->add_stimulus_Link(@val);

Adds AssociationEnd stimulus_Link values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.

  $obj->remove_stimulus_Link(@val);

Removes the AssociationEnd stimulus_Link values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.

  $obj->clear_stimulus_Link;

Clears the AssociationEnd stimulus_Link links to UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Stimulus. Returns $obj.

  $obj->count_stimulus_Link;

Returns the number of elements associated with stimulus_Link.

END OF DOCUMENT