NAME

UMMF::UML_1_5::Behavioral_Elements::Collaborations::CollaborationInstanceSet --

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

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

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

collaborationInstanceSet_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 <---> interactionInstance : UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet 0..*

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

collaborationInstanceSet_particpatingInstance : THIS 0..* <---> particpatingInstance : 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 = 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::CollaborationInstanceSet->__validate_type($value);

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

__typecheck

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

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

isaCollaborationInstanceSet

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

isaBehavioral_Elements__Collaborations__CollaborationInstanceSet

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

__model_name

  my $name = $obj_or_package->__model_name;

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

collaboration

  my $val = $obj->collaboration;

Returns the AssociationEnd collaboration value of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration.

set_collaboration

  $obj->set_collaboration($val);

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

add_collaboration

  $obj->add_collaboration($val);

Adds the AssociationEnd collaboration value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration. Throws exception if a value already exists. Returns $obj.

remove_collaboration

  $obj->remove_collaboration($val);

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

clear_collaboration

  $obj->clear_collaboration;

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

count_collaboration

  $obj->count_collaboration;

Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::Collaboration associated with collaboration.

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.

interactionInstance

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

Returns the AssociationEnd interactionInstance values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet. 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_interactionInstance

  $obj->set_interactionInstance(@val);

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

add_interactionInstance

  $obj->add_interactionInstance(@val);

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

remove_interactionInstance

  $obj->remove_interactionInstance(@val);

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

clear_interactionInstance

  $obj->clear_interactionInstance;

Clears the AssociationEnd interactionInstance links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::InteractionInstanceSet. Returns $obj.

count_interactionInstance

  $obj->count_interactionInstance;

Returns the number of elements associated with interactionInstance.

particpatingInstance

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

Returns the AssociationEnd particpatingInstance values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. 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_particpatingInstance

  $obj->set_particpatingInstance(@val);

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

add_particpatingInstance

  $obj->add_particpatingInstance(@val);

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

remove_particpatingInstance

  $obj->remove_particpatingInstance(@val);

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

clear_particpatingInstance

  $obj->clear_particpatingInstance;

Clears the AssociationEnd particpatingInstance links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Instance. Returns $obj.

count_particpatingInstance

  $obj->count_particpatingInstance;

Returns the number of elements associated with particpatingInstance.

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

Returns the AssociationEnd particpatingLink values of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Link. 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_particpatingLink(@val);

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

  $obj->add_particpatingLink(@val);

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

  $obj->remove_particpatingLink(@val);

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

  $obj->clear_particpatingLink;

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

  $obj->count_particpatingLink;

Returns the number of elements associated with particpatingLink.

END OF DOCUMENT