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

NAME

UMMF::UML_1_5::Foundation::Core::Operation --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::UML_1_5::Foundation::Core::BehavioralFeature

ATTRIBUTES

concurrency : UMMF::UML_1_5::Foundation::Data_Types::CallConcurrencyKind

metatype = UMMF::UML_1_5::Foundation::Core::Attribute
type = UMMF::UML_1_5::Foundation::Data_Types::CallConcurrencyKind
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = <"sequential">
container_type = Set::Object

isRoot : UMMF::UML_1_5::Foundation::Data_Types::Boolean

metatype = UMMF::UML_1_5::Foundation::Core::Attribute
type = UMMF::UML_1_5::Foundation::Data_Types::Boolean
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = <"false">
container_type = Set::Object

isLeaf : UMMF::UML_1_5::Foundation::Data_Types::Boolean

metatype = UMMF::UML_1_5::Foundation::Core::Attribute
type = UMMF::UML_1_5::Foundation::Data_Types::Boolean
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = <"false">
container_type = Set::Object

isAbstract : UMMF::UML_1_5::Foundation::Data_Types::Boolean

metatype = UMMF::UML_1_5::Foundation::Core::Attribute
type = UMMF::UML_1_5::Foundation::Data_Types::Boolean
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = <"false">
container_type = Set::Object

ASSOCIATIONS

representedOperation : THIS 0..1 <---> collaboration_representedOperation : 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

specification : THIS 1 <---> method : UMMF::UML_1_5::Foundation::Core::Method 0..*

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

operation : THIS 1 <---> occurance : UMMF::UML_1_5::Behavioral_Elements::State_Machines::CallEvent 0..*

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

operation : THIS 1 <---- : UMMF::UML_1_5::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction 0..*

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

referredOperation : THIS 1 <---- : UMMF::UML_1_5::OCL::Expressions::OperationCallExp 0..*

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::OCL::Expressions::OperationCallExp
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 0
aggregation = none
visibility = private
container_type = Set::Object

referredOperation : THIS 0..1 <---- : UMMF::UML_1_5::OCL::Types::OclMessageType 1

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::OCL::Types::OclMessageType
multiplicity = 1
changeability = changeable
targetScope = instance
ordering =
isNavigable = 0
aggregation = none
visibility = private
container_type = Set::Object

METHODS

__validate_type

  UMMF::UML_1_5::Foundation::Core::Operation->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::Operation.

__typecheck

  UMMF::UML_1_5::Foundation::Core::Operation->__typecheck($value, $msg);

Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::Operation-__validate_type($value)>> is false.

isaOperation

Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Operation. Other receivers will return false.

isaFoundation__Core__Operation

Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Operation. Other receivers will return false. This is the fully qualified version of the isaOperation method.

__model_name

  my $name = $obj_or_package->__model_name;

Returns the UML Model name ('Foundation::Core::Operation') 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.

concurrency

  my $val = $obj->concurrency;

Returns the UMMF::UML_1_5::Foundation::Data_Types::CallConcurrencyKind value of Attribute concurrency.

set_concurrency

  $obj->set_concurrency($val);

Sets the value of Attribute concurrency. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::CallConcurrencyKind or undef. Returns $obj.

count_concurrency

  $obj->count_concurrency;

Returns the number of elements (0 or 1) in concurrency.

isRoot

  my $val = $obj->isRoot;

Returns the UMMF::UML_1_5::Foundation::Data_Types::Boolean value of Attribute isRoot.

set_isRoot

  $obj->set_isRoot($val);

Sets the value of Attribute isRoot. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::Boolean or undef. Returns $obj.

count_isRoot

  $obj->count_isRoot;

Returns the number of elements (0 or 1) in isRoot.

isLeaf

  my $val = $obj->isLeaf;

Returns the UMMF::UML_1_5::Foundation::Data_Types::Boolean value of Attribute isLeaf.

set_isLeaf

  $obj->set_isLeaf($val);

Sets the value of Attribute isLeaf. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::Boolean or undef. Returns $obj.

count_isLeaf

  $obj->count_isLeaf;

Returns the number of elements (0 or 1) in isLeaf.

isAbstract

  my $val = $obj->isAbstract;

Returns the UMMF::UML_1_5::Foundation::Data_Types::Boolean value of Attribute isAbstract.

set_isAbstract

  $obj->set_isAbstract($val);

Sets the value of Attribute isAbstract. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::Boolean or undef. Returns $obj.

count_isAbstract

  $obj->count_isAbstract;

Returns the number of elements (0 or 1) in isAbstract.

collaboration_representedOperation

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

Returns the AssociationEnd collaboration_representedOperation 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_representedOperation

  $obj->set_collaboration_representedOperation(@val);

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

add_collaboration_representedOperation

  $obj->add_collaboration_representedOperation(@val);

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

remove_collaboration_representedOperation

  $obj->remove_collaboration_representedOperation(@val);

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

clear_collaboration_representedOperation

  $obj->clear_collaboration_representedOperation;

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

count_collaboration_representedOperation

  $obj->count_collaboration_representedOperation;

Returns the number of elements associated with collaboration_representedOperation.

method

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

Returns the AssociationEnd method values of type UMMF::UML_1_5::Foundation::Core::Method. 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_method

  $obj->set_method(@val);

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

add_method

  $obj->add_method(@val);

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

remove_method

  $obj->remove_method(@val);

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

clear_method

  $obj->clear_method;

Clears the AssociationEnd method links to UMMF::UML_1_5::Foundation::Core::Method. Returns $obj.

count_method

  $obj->count_method;

Returns the number of elements associated with method.

occurance

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

Returns the AssociationEnd occurance values of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CallEvent. 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_occurance

  $obj->set_occurance(@val);

Sets the AssociationEnd occurance value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CallEvent. Returns $obj.

add_occurance

  $obj->add_occurance(@val);

Adds AssociationEnd occurance values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CallEvent. Returns $obj.

remove_occurance

  $obj->remove_occurance(@val);

Removes the AssociationEnd occurance values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CallEvent. Returns $obj.

clear_occurance

  $obj->clear_occurance;

Clears the AssociationEnd occurance links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::CallEvent. Returns $obj.

count_occurance

  $obj->count_occurance;

Returns the number of elements associated with occurance.

END OF DOCUMENT