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::Use_Cases::Extend --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::UML_1_5::Foundation::Core::Relationship

ATTRIBUTES

condition : UMMF::UML_1_5::Foundation::Data_Types::BooleanExpression

metatype = UMMF::UML_1_5::Foundation::Core::Attribute
type = UMMF::UML_1_5::Foundation::Data_Types::BooleanExpression
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = UNSPECIFIED
container_type = Set::Object

ASSOCIATIONS

extend : THIS 0..* <---> base : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase 1

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

extended : THIS 0..* <---> extension : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase 1

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

extend : THIS 0..* <---> extensionPoint : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint 1..*

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint
multiplicity = 1..*
changeability = changeable
targetScope = instance
ordering = ordered
isNavigable = 1
aggregation = none
visibility = public
container_type = ARRAY

METHODS

__validate_type

  UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend.

__typecheck

  UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend->__typecheck($value, $msg);

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

isaExtend

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

isaBehavioral_Elements__Use_Cases__Extend

Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Other receivers will return false. This is the fully qualified version of the isaExtend method.

__model_name

  my $name = $obj_or_package->__model_name;

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

condition

  my $val = $obj->condition;

Returns the UMMF::UML_1_5::Foundation::Data_Types::BooleanExpression value of Attribute condition.

set_condition

  $obj->set_condition($val);

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

count_condition

  $obj->count_condition;

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

base

  my $val = $obj->base;

Returns the AssociationEnd base value of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.

set_base

  $obj->set_base($val);

Sets the AssociationEnd base value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.

add_base

  $obj->add_base($val);

Adds the AssociationEnd base value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Throws exception if a value already exists. Returns $obj.

remove_base

  $obj->remove_base($val);

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

clear_base

  $obj->clear_base;

Clears the AssociationEnd base links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.

count_base

  $obj->count_base;

Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase associated with base.

extension

  my $val = $obj->extension;

Returns the AssociationEnd extension value of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.

set_extension

  $obj->set_extension($val);

Sets the AssociationEnd extension value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.

add_extension

  $obj->add_extension($val);

Adds the AssociationEnd extension value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Throws exception if a value already exists. Returns $obj.

remove_extension

  $obj->remove_extension($val);

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

clear_extension

  $obj->clear_extension;

Clears the AssociationEnd extension links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.

count_extension

  $obj->count_extension;

Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase associated with extension.

extensionPoint

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

Returns the AssociationEnd extensionPoint values of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. 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_extensionPoint

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

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

index_of_extensionPoint

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

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

set_extensionPoint

  $obj->set_extensionPoint(@val);

Sets the AssociationEnd extensionPoint value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.

set_index_extensionPoint

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

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

add_extensionPoint

  $obj->add_extensionPoint(@val);

Adds AssociationEnd extensionPoint values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.

add_index_extensionPoint

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

Adds AssociationEnd extensionPoint values at index $i. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.

remove_extensionPoint

  $obj->remove_extensionPoint(@val);

Removes the AssociationEnd extensionPoint values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.

clear_extensionPoint

  $obj->clear_extensionPoint;

Clears the AssociationEnd extensionPoint links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.

count_extensionPoint

  $obj->count_extensionPoint;

Returns the number of elements associated with extensionPoint.

END OF DOCUMENT