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

NAME

UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

UMMF::UML_1_5::Foundation::Core::Class

SUPERCLASSES

UMMF::UML_1_5::Foundation::Core::Namespace

UMMF::UML_1_5::Foundation::Core::GeneralizableElement

ATTRIBUTES

NO ATTRIBUTES

ASSOCIATIONS

collaboration : THIS 0..1 <---> collaborationInstanceSet_collaboration : UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet 0..*

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = private
container_type = Set::Object

usedCollaboration : THIS 0..* <---> collaboration_usedCollaboration : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration 0..*

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = private
container_type = Set::Object

collaboration_constrainingElement : THIS 0..* <---> constrainingElement : UMMF::UML_1_5::Foundation::Core::ModelElement 0..*

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

context : THIS 1 <---> interaction : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction 0..*

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = private
container_type = Set::Object

collaboration_representedClassifier : THIS 0..* <---> representedClassifier : UMMF::UML_1_5::Foundation::Core::Classifier 0..1

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

collaboration_representedOperation : THIS 0..* <---> representedOperation : UMMF::UML_1_5::Foundation::Core::Operation 0..1

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

collaboration_usedCollaboration : THIS 0..* <---> usedCollaboration : UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration 0..*

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

METHODS

__validate_type

  UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration.

__typecheck

  UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration->__typecheck($value, $msg);

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

isaCollaboration

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

isaBehavioral_Elements__Collaborations__Collaboration

Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Other receivers will return false. This is the fully qualified version of the isaCollaboration method.

__model_name

  my $name = $obj_or_package->__model_name;

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

collaborationInstanceSet_collaboration

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

Returns the AssociationEnd collaborationInstanceSet_collaboration values of type UMMF::UML_1_5::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.

set_collaborationInstanceSet_collaboration

  $obj->set_collaborationInstanceSet_collaboration(@val);

Sets the AssociationEnd collaborationInstanceSet_collaboration value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

add_collaborationInstanceSet_collaboration

  $obj->add_collaborationInstanceSet_collaboration(@val);

Adds AssociationEnd collaborationInstanceSet_collaboration values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

remove_collaborationInstanceSet_collaboration

  $obj->remove_collaborationInstanceSet_collaboration(@val);

Removes the AssociationEnd collaborationInstanceSet_collaboration values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

clear_collaborationInstanceSet_collaboration

  $obj->clear_collaborationInstanceSet_collaboration;

Clears the AssociationEnd collaborationInstanceSet_collaboration links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

count_collaborationInstanceSet_collaboration

  $obj->count_collaborationInstanceSet_collaboration;

Returns the number of elements associated with collaborationInstanceSet_collaboration.

collaboration_usedCollaboration

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

Returns the AssociationEnd collaboration_usedCollaboration values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. 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_collaboration_usedCollaboration

  $obj->set_collaboration_usedCollaboration(@val);

Sets the AssociationEnd collaboration_usedCollaboration value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

add_collaboration_usedCollaboration

  $obj->add_collaboration_usedCollaboration(@val);

Adds AssociationEnd collaboration_usedCollaboration values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

remove_collaboration_usedCollaboration

  $obj->remove_collaboration_usedCollaboration(@val);

Removes the AssociationEnd collaboration_usedCollaboration values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

clear_collaboration_usedCollaboration

  $obj->clear_collaboration_usedCollaboration;

Clears the AssociationEnd collaboration_usedCollaboration links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

count_collaboration_usedCollaboration

  $obj->count_collaboration_usedCollaboration;

Returns the number of elements associated with collaboration_usedCollaboration.

constrainingElement

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

Returns the AssociationEnd constrainingElement values of type UMMF::UML_1_5::Foundation::Core::ModelElement. 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_constrainingElement

  $obj->set_constrainingElement(@val);

Sets the AssociationEnd constrainingElement value. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.

add_constrainingElement

  $obj->add_constrainingElement(@val);

Adds AssociationEnd constrainingElement values. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.

remove_constrainingElement

  $obj->remove_constrainingElement(@val);

Removes the AssociationEnd constrainingElement values @val. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.

clear_constrainingElement

  $obj->clear_constrainingElement;

Clears the AssociationEnd constrainingElement links to UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.

count_constrainingElement

  $obj->count_constrainingElement;

Returns the number of elements associated with constrainingElement.

interaction

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

Returns the AssociationEnd interaction values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. 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_interaction

  $obj->set_interaction(@val);

Sets the AssociationEnd interaction value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Returns $obj.

add_interaction

  $obj->add_interaction(@val);

Adds AssociationEnd interaction values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Returns $obj.

remove_interaction

  $obj->remove_interaction(@val);

Removes the AssociationEnd interaction values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Returns $obj.

clear_interaction

  $obj->clear_interaction;

Clears the AssociationEnd interaction links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Interaction. Returns $obj.

count_interaction

  $obj->count_interaction;

Returns the number of elements associated with interaction.

representedClassifier

  my $val = $obj->representedClassifier;

Returns the AssociationEnd representedClassifier value of type UMMF::UML_1_5::Foundation::Core::Classifier.

set_representedClassifier

  $obj->set_representedClassifier($val);

Sets the AssociationEnd representedClassifier value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.

add_representedClassifier

  $obj->add_representedClassifier($val);

Adds the AssociationEnd representedClassifier value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Throws exception if a value already exists. Returns $obj.

remove_representedClassifier

  $obj->remove_representedClassifier($val);

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

clear_representedClassifier

  $obj->clear_representedClassifier;

Clears the AssociationEnd representedClassifier links to UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.

count_representedClassifier

  $obj->count_representedClassifier;

Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Classifier associated with representedClassifier.

representedOperation

  my $val = $obj->representedOperation;

Returns the AssociationEnd representedOperation value of type UMMF::UML_1_5::Foundation::Core::Operation.

set_representedOperation

  $obj->set_representedOperation($val);

Sets the AssociationEnd representedOperation value. $val must of type UMMF::UML_1_5::Foundation::Core::Operation. Returns $obj.

add_representedOperation

  $obj->add_representedOperation($val);

Adds the AssociationEnd representedOperation value. $val must of type UMMF::UML_1_5::Foundation::Core::Operation. Throws exception if a value already exists. Returns $obj.

remove_representedOperation

  $obj->remove_representedOperation($val);

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

clear_representedOperation

  $obj->clear_representedOperation;

Clears the AssociationEnd representedOperation links to UMMF::UML_1_5::Foundation::Core::Operation. Returns $obj.

count_representedOperation

  $obj->count_representedOperation;

Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Operation associated with representedOperation.

usedCollaboration

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

Returns the AssociationEnd usedCollaboration values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. 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_usedCollaboration

  $obj->set_usedCollaboration(@val);

Sets the AssociationEnd usedCollaboration value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

add_usedCollaboration

  $obj->add_usedCollaboration(@val);

Adds AssociationEnd usedCollaboration values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

remove_usedCollaboration

  $obj->remove_usedCollaboration(@val);

Removes the AssociationEnd usedCollaboration values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

clear_usedCollaboration

  $obj->clear_usedCollaboration;

Clears the AssociationEnd usedCollaboration links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

count_usedCollaboration

  $obj->count_usedCollaboration;

Returns the number of elements associated with usedCollaboration.

END OF DOCUMENT