The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration --

VERSION

1.0

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::UML::MetaModel::Foundation::Core::GeneralizableElement

UMMF::UML::MetaModel::Foundation::Core::Namespace

ATTRIBUTES

NO ATTRIBUTES

ASSOCIATIONS

0..1 : collaboration <---> collaborationInstanceSet_Collaboration : UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet 0..*

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

0..* : usedCollaboration <---> collaboration_Collaboration : UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration 0..*

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

0..* : collaboration_ModelElement <---> constrainingElement : UMMF::UML::MetaModel::Foundation::Core::ModelElement 0..*

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

1 : context <---> interaction : UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Interaction 0..*

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

0..* : collaboration_Classifier <---> representedClassifier : UMMF::UML::MetaModel::Foundation::Core::Classifier 0..1

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

0..* : collaboration_Operation <---> representedOperation : UMMF::UML::MetaModel::Foundation::Core::Operation 0..1

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

0..* : collaboration_Collaboration <---> usedCollaboration : UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration 0..*

metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Collaboration->__validate_type($value);

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

__typecheck

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

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

isaCollaboration

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

isaBehavioral_Elements__Collaborations__Collaboration

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

collaborationInstanceSet_Collaboration

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

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

set_collaborationInstanceSet_Collaboration

  $obj->set_collaborationInstanceSet_Collaboration(@val);

Sets the AssociationEnd collaborationInstanceSet_Collaboration value. Elements of @val must of type UMMF::UML::MetaModel::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::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::CollaborationInstanceSet. Returns $obj.

clear_collaborationInstanceSet_Collaboration

  $obj->clear_collaborationInstanceSet_Collaboration;

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

count_collaborationInstanceSet_Collaboration

  $obj->count_collaborationInstanceSet_Collaboration;

Returns the number of elements associated with collaborationInstanceSet_Collaboration.

collaboration_Collaboration

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

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

  $obj->set_collaboration_Collaboration(@val);

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

add_collaboration_Collaboration

  $obj->add_collaboration_Collaboration(@val);

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

remove_collaboration_Collaboration

  $obj->remove_collaboration_Collaboration(@val);

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

clear_collaboration_Collaboration

  $obj->clear_collaboration_Collaboration;

Clears the AssociationEnd collaboration_Collaboration links to UMMF::UML::MetaModel::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

count_collaboration_Collaboration

  $obj->count_collaboration_Collaboration;

Returns the number of elements associated with collaboration_Collaboration.

constrainingElement

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

Returns the AssociationEnd constrainingElement values of type UMMF::UML::MetaModel::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::MetaModel::Foundation::Core::ModelElement. Returns $obj.

add_constrainingElement

  $obj->add_constrainingElement(@val);

Adds AssociationEnd constrainingElement values. Elements of @val must of type UMMF::UML::MetaModel::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::MetaModel::Foundation::Core::ModelElement. Returns $obj.

clear_constrainingElement

  $obj->clear_constrainingElement;

Clears the AssociationEnd constrainingElement links to UMMF::UML::MetaModel::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::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Interaction. Returns $obj.

add_interaction

  $obj->add_interaction(@val);

Adds AssociationEnd interaction values. Elements of @val must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Interaction. Returns $obj.

clear_interaction

  $obj->clear_interaction;

Clears the AssociationEnd interaction links to UMMF::UML::MetaModel::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::MetaModel::Foundation::Core::Classifier.

set_representedClassifier

  $obj->set_representedClassifier($val);

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

add_representedClassifier

  $obj->add_representedClassifier($val);

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

count_representedClassifier

  $obj->count_representedClassifier;

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

representedOperation

  my $val = $obj->representedOperation;

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

set_representedOperation

  $obj->set_representedOperation($val);

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

add_representedOperation

  $obj->add_representedOperation($val);

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

count_representedOperation

  $obj->count_representedOperation;

Returns the number of elements of type UMMF::UML::MetaModel::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::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

add_usedCollaboration

  $obj->add_usedCollaboration(@val);

Adds AssociationEnd usedCollaboration values. Elements of @val must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Collaborations::Collaboration. Returns $obj.

clear_usedCollaboration

  $obj->clear_usedCollaboration;

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

count_usedCollaboration

  $obj->count_usedCollaboration;

Returns the number of elements associated with usedCollaboration.

END OF DOCUMENT