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::ExtensionPoint --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::UML_1_5::Foundation::Core::ModelElement

ATTRIBUTES

location : UMMF::UML_1_5::Foundation::Data_Types::LocationReference

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

ASSOCIATIONS

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

metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
type = UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = private
container_type = Set::Object

extensionPoint : THIS 0..* <---> useCase : 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 = private
container_type = Set::Object

METHODS

__validate_type

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

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

__typecheck

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

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

isaExtensionPoint

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

isaBehavioral_Elements__Use_Cases__ExtensionPoint

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

__model_name

  my $name = $obj_or_package->__model_name;

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

location

  my $val = $obj->location;

Returns the UMMF::UML_1_5::Foundation::Data_Types::LocationReference value of Attribute location.

set_location

  $obj->set_location($val);

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

count_location

  $obj->count_location;

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

extend

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

Returns the AssociationEnd extend values of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. In array context, returns all the objects in the Association. In scalar context, returns an array ref of all the objects in the Association.

set_extend

  $obj->set_extend(@val);

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

add_extend

  $obj->add_extend(@val);

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

remove_extend

  $obj->remove_extend(@val);

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

clear_extend

  $obj->clear_extend;

Clears the AssociationEnd extend links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj.

count_extend

  $obj->count_extend;

Returns the number of elements associated with extend.

useCase

  my $val = $obj->useCase;

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

set_useCase

  $obj->set_useCase($val);

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

add_useCase

  $obj->add_useCase($val);

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

remove_useCase

  $obj->remove_useCase($val);

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

clear_useCase

  $obj->clear_useCase;

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

count_useCase

  $obj->count_useCase;

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

END OF DOCUMENT