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::Common_Behavior::Reception --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

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

ATTRIBUTES

specification : UMMF::UML_1_5::Foundation::Data_Types::String

metatype = UMMF::UML_1_5::Foundation::Core::Attribute
type = UMMF::UML_1_5::Foundation::Data_Types::String
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = UNSPECIFIED
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

reception : THIS 0..* <---> signal : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Signal 1

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

METHODS

__validate_type

  UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Reception->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Reception.

__typecheck

  UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Reception->__typecheck($value, $msg);

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

isaReception

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

isaBehavioral_Elements__Common_Behavior__Reception

Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Reception. Other receivers will return false. This is the fully qualified version of the isaReception method.

__model_name

  my $name = $obj_or_package->__model_name;

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

specification

  my $val = $obj->specification;

Returns the UMMF::UML_1_5::Foundation::Data_Types::String value of Attribute specification.

set_specification

  $obj->set_specification($val);

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

count_specification

  $obj->count_specification;

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

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.

signal

  my $val = $obj->signal;

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

set_signal

  $obj->set_signal($val);

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

add_signal

  $obj->add_signal($val);

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

remove_signal

  $obj->remove_signal($val);

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

clear_signal

  $obj->clear_signal;

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

count_signal

  $obj->count_signal;

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

END OF DOCUMENT