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

NAME

UMMF::UML_1_5::OCL::Types::OclMessageType --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::UML_1_5::Foundation::Core::Classifier

ATTRIBUTES

NO ATTRIBUTES

ASSOCIATIONS

: THIS 1 ----> referredOperation : 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

: THIS 1 ----> referredSignal : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Signal 0..1

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

METHODS

__validate_type

  UMMF::UML_1_5::OCL::Types::OclMessageType->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::OCL::Types::OclMessageType.

__typecheck

  UMMF::UML_1_5::OCL::Types::OclMessageType->__typecheck($value, $msg);

Calls confess() with $msg if <UMMF::UML_1_5::OCL::Types::OclMessageType-__validate_type($value)>> is false.

isaOclMessageType

Returns true if receiver is a UMMF::UML_1_5::OCL::Types::OclMessageType. Other receivers will return false.

isaOCL__Types__OclMessageType

Returns true if receiver is a UMMF::UML_1_5::OCL::Types::OclMessageType. Other receivers will return false. This is the fully qualified version of the isaOclMessageType method.

__model_name

  my $name = $obj_or_package->__model_name;

Returns the UML Model name ('OCL::Types::OclMessageType') 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.

referredOperation

  my $val = $obj->referredOperation;

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

set_referredOperation

  $obj->set_referredOperation($val);

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

add_referredOperation

  $obj->add_referredOperation($val);

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

remove_referredOperation

  $obj->remove_referredOperation($val);

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

clear_referredOperation

  $obj->clear_referredOperation;

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

count_referredOperation

  $obj->count_referredOperation;

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

referredSignal

  my $val = $obj->referredSignal;

Returns the AssociationEnd referredSignal value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Signal.

set_referredSignal

  $obj->set_referredSignal($val);

Sets the AssociationEnd referredSignal value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Signal. Returns $obj.

add_referredSignal

  $obj->add_referredSignal($val);

Adds the AssociationEnd referredSignal value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Signal. Throws exception if a value already exists. Returns $obj.

remove_referredSignal

  $obj->remove_referredSignal($val);

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

clear_referredSignal

  $obj->clear_referredSignal;

Clears the AssociationEnd referredSignal links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Signal. Returns $obj.

count_referredSignal

  $obj->count_referredSignal;

Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Signal associated with referredSignal.

END OF DOCUMENT