The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

UMMF::UML::MetaModel::Model_Management::ElementImport --

VERSION

1.0

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

UMMF::UML::MetaModel::Foundation::Core::AssociationClass

SUPERCLASSES

UMMF::UML::MetaModel::__ObjectBase

ATTRIBUTES

visibility : UMMF::UML::MetaModel::Foundation::Data_Types::VisibilityKind

metatype = UMMF::UML::MetaModel::Foundation::Core::Attribute
type = UMMF::UML::MetaModel::Foundation::Data_Types::VisibilityKind
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = <"public">
container_type = Set::Object

alias : UMMF::UML::MetaModel::Foundation::Data_Types::Name

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

isSpecification : UMMF::UML::MetaModel::Foundation::Data_Types::Boolean

metatype = UMMF::UML::MetaModel::Foundation::Core::Attribute
type = UMMF::UML::MetaModel::Foundation::Data_Types::Boolean
visibility = private
multiplicity = 1
changeability = changeable
targetScope = instance
ordering = unordered
initialValue = <"false">
container_type = Set::Object

ASSOCIATIONS

0..* : package_AC <---> importedElement : UMMF::UML::MetaModel::Foundation::Core::ModelElement 0..*

metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Foundation::Core::ModelElement
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = public
container_type = Set::Object

0..* : importedElement_AC <---> package : UMMF::UML::MetaModel::Model_Management::Package 0..*

metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Model_Management::Package
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = public
container_type = Set::Object

METHODS

__validate_type

  UMMF::UML::MetaModel::Model_Management::ElementImport->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML::MetaModel::Model_Management::ElementImport.

__typecheck

  UMMF::UML::MetaModel::Model_Management::ElementImport->__typecheck($value, $msg);

Calls confess() with $msg if <UMMF::UML::MetaModel::Model_Management::ElementImport-__validate_type($value)>> is false.

isaElementImport

Returns true if receiver is a UMMF::UML::MetaModel::Model_Management::ElementImport. Other receivers will return false.

isaModel_Management__ElementImport

Returns true if receiver is a UMMF::UML::MetaModel::Model_Management::ElementImport. Other receivers will return false. This is the fully qualified version of the isaElementImport method.

__model_name

  my $name = $obj_or_package->__model_name;

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

visibility

  my $val = $obj->visibility;

Returns the UMMF::UML::MetaModel::Foundation::Data_Types::VisibilityKind value of Attribute visibility.

set_visibility

  $obj->set_visibility($val);

Sets the value of Attribute visibility. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::VisibilityKind or undef. Returns $obj.

count_visibility

  $obj->count_visibility;

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

alias

  my $val = $obj->alias;

Returns the UMMF::UML::MetaModel::Foundation::Data_Types::Name value of Attribute alias.

set_alias

  $obj->set_alias($val);

Sets the value of Attribute alias. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::Name or undef. Returns $obj.

count_alias

  $obj->count_alias;

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

isSpecification

  my $val = $obj->isSpecification;

Returns the UMMF::UML::MetaModel::Foundation::Data_Types::Boolean value of Attribute isSpecification.

set_isSpecification

  $obj->set_isSpecification($val);

Sets the value of Attribute isSpecification. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::Boolean or undef. Returns $obj.

count_isSpecification

  $obj->count_isSpecification;

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

importedElement

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

Returns the AssociationEnd importedElement values of type UMMF::UML::MetaModel::Foundation::Core::ModelElement. 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_importedElement

  $obj->set_importedElement(@val);

Sets the AssociationEnd importedElement value. Elements of @val must of type UMMF::UML::MetaModel::Foundation::Core::ModelElement. Returns $obj.

add_importedElement

  $obj->add_importedElement(@val);

Adds AssociationEnd importedElement values. Elements of @val must of type UMMF::UML::MetaModel::Foundation::Core::ModelElement. Returns $obj.

remove_importedElement

  $obj->remove_importedElement(@val);

Removes the AssociationEnd importedElement values @val. Elements of @val must of type UMMF::UML::MetaModel::Foundation::Core::ModelElement. Returns $obj.

clear_importedElement

  $obj->clear_importedElement;

Clears the AssociationEnd importedElement links to UMMF::UML::MetaModel::Foundation::Core::ModelElement. Returns $obj.

count_importedElement

  $obj->count_importedElement;

Returns the number of elements associated with importedElement.

package

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

Returns the AssociationEnd package values of type UMMF::UML::MetaModel::Model_Management::Package. 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_package

  $obj->set_package(@val);

Sets the AssociationEnd package value. Elements of @val must of type UMMF::UML::MetaModel::Model_Management::Package. Returns $obj.

add_package

  $obj->add_package(@val);

Adds AssociationEnd package values. Elements of @val must of type UMMF::UML::MetaModel::Model_Management::Package. Returns $obj.

remove_package

  $obj->remove_package(@val);

Removes the AssociationEnd package values @val. Elements of @val must of type UMMF::UML::MetaModel::Model_Management::Package. Returns $obj.

clear_package

  $obj->clear_package;

Clears the AssociationEnd package links to UMMF::UML::MetaModel::Model_Management::Package. Returns $obj.

count_package

  $obj->count_package;

Returns the number of elements associated with package.

END OF DOCUMENT