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::Expressions::NavigationCallExp --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::UML_1_5::OCL::Expressions::ModelPropertyCallExp

ATTRIBUTES

NO ATTRIBUTES

ASSOCIATIONS

: THIS 1 ----> navigationSource : UMMF::UML_1_5::Foundation::Core::AssociationEnd 1

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::Foundation::Core::AssociationEnd
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
type = UMMF::UML_1_5::OCL::Expressions::OclExpression
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering = ordered
isNavigable = 1
aggregation = none
visibility = public
container_type = ARRAY

METHODS

__validate_type

  UMMF::UML_1_5::OCL::Expressions::NavigationCallExp->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::OCL::Expressions::NavigationCallExp.

__typecheck

  UMMF::UML_1_5::OCL::Expressions::NavigationCallExp->__typecheck($value, $msg);

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

isaNavigationCallExp

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

isaOCL__Expressions__NavigationCallExp

Returns true if receiver is a UMMF::UML_1_5::OCL::Expressions::NavigationCallExp. Other receivers will return false. This is the fully qualified version of the isaNavigationCallExp method.

__model_name

  my $name = $obj_or_package->__model_name;

Returns the UML Model name ('OCL::Expressions::NavigationCallExp') for an object or package of this Classifier.

__isAbstract

  $package->__isAbstract;

Returns 1.

__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.

  my $val = $obj->navigationSource;

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

set_navigationSource

  $obj->set_navigationSource($val);

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

add_navigationSource

  $obj->add_navigationSource($val);

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

remove_navigationSource

  $obj->remove_navigationSource($val);

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

clear_navigationSource

  $obj->clear_navigationSource;

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

count_navigationSource

  $obj->count_navigationSource;

Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::AssociationEnd associated with navigationSource.

qualifiers

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

Returns the AssociationEnd qualifiers values of type UMMF::UML_1_5::OCL::Expressions::OclExpression. In array context, returns all the objects in the Association. In scalar context, returns an array ref of all the objects in the Association.

index_qualifiers

  my $x = $obj->index_qualifiers($i);
  my @x = $obj->index_qualifiers($i, $count);

In scalar context, returns the value of AssociationEnd qualifiers at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.

index_of_qualifiers

  my $index = $obj->index_of_qualifiers($val);

Returns the index of $val in AssociationEnd qualifiers. Return undef if $val is not in qualifiers.

set_qualifiers

  $obj->set_qualifiers(@val);

Sets the AssociationEnd qualifiers value. Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.

set_index_qualifiers

  $obj->set_index_qualifiers($i, $val);

Sets the value of AssociationEnd qualifiers at index $i. Returns self.

add_qualifiers

  $obj->add_qualifiers(@val);

Adds AssociationEnd qualifiers values. Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.

add_index_qualifiers

  $obj->add_index_qualifiers($i, @val);

Adds AssociationEnd qualifiers values at index $i. Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.

remove_qualifiers

  $obj->remove_qualifiers(@val);

Removes the AssociationEnd qualifiers values @val. Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.

clear_qualifiers

  $obj->clear_qualifiers;

Clears the AssociationEnd qualifiers links to UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.

count_qualifiers

  $obj->count_qualifiers;

Returns the number of elements associated with qualifiers.

END OF DOCUMENT