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

NAME

UMMF::MOF_1_3::Model::Reference --

VERSION

1.3

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::MOF_1_3::Model::StructuralFeature

ATTRIBUTES

NO ATTRIBUTES

ASSOCIATIONS

referrer : THIS 0..* <---> exposedEnd : UMMF::MOF_1_3::Model::AssociationEnd 1

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

referent : THIS 0..* <---> referencedEnd : UMMF::MOF_1_3::Model::AssociationEnd 1

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

METHODS

__validate_type

  UMMF::MOF_1_3::Model::Reference->__validate_type($value);

Returns true if $value is a valid representation of UMMF::MOF_1_3::Model::Reference.

__typecheck

  UMMF::MOF_1_3::Model::Reference->__typecheck($value, $msg);

Calls confess() with $msg if <UMMF::MOF_1_3::Model::Reference-__validate_type($value)>> is false.

isaReference

Returns true if receiver is a UMMF::MOF_1_3::Model::Reference. Other receivers will return false.

isaModel__Reference

Returns true if receiver is a UMMF::MOF_1_3::Model::Reference. Other receivers will return false. This is the fully qualified version of the isaReference method.

__model_name

  my $name = $obj_or_package->__model_name;

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

exposedEnd

  my $val = $obj->exposedEnd;

Returns the AssociationEnd exposedEnd value of type UMMF::MOF_1_3::Model::AssociationEnd.

set_exposedEnd

  $obj->set_exposedEnd($val);

Sets the AssociationEnd exposedEnd value. $val must of type UMMF::MOF_1_3::Model::AssociationEnd. Returns $obj.

add_exposedEnd

  $obj->add_exposedEnd($val);

Adds the AssociationEnd exposedEnd value. $val must of type UMMF::MOF_1_3::Model::AssociationEnd. Throws exception if a value already exists. Returns $obj.

remove_exposedEnd

  $obj->remove_exposedEnd($val);

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

clear_exposedEnd

  $obj->clear_exposedEnd;

Clears the AssociationEnd exposedEnd links to UMMF::MOF_1_3::Model::AssociationEnd. Returns $obj.

count_exposedEnd

  $obj->count_exposedEnd;

Returns the number of elements of type UMMF::MOF_1_3::Model::AssociationEnd associated with exposedEnd.

referencedEnd

  my $val = $obj->referencedEnd;

Returns the AssociationEnd referencedEnd value of type UMMF::MOF_1_3::Model::AssociationEnd.

set_referencedEnd

  $obj->set_referencedEnd($val);

Sets the AssociationEnd referencedEnd value. $val must of type UMMF::MOF_1_3::Model::AssociationEnd. Returns $obj.

add_referencedEnd

  $obj->add_referencedEnd($val);

Adds the AssociationEnd referencedEnd value. $val must of type UMMF::MOF_1_3::Model::AssociationEnd. Throws exception if a value already exists. Returns $obj.

remove_referencedEnd

  $obj->remove_referencedEnd($val);

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

clear_referencedEnd

  $obj->clear_referencedEnd;

Clears the AssociationEnd referencedEnd links to UMMF::MOF_1_3::Model::AssociationEnd. Returns $obj.

count_referencedEnd

  $obj->count_referencedEnd;

Returns the number of elements of type UMMF::MOF_1_3::Model::AssociationEnd associated with referencedEnd.

END OF DOCUMENT