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

NAME

UMMF::UML_1_5::Foundation::Core::Component --

VERSION

1.5

SYNOPSIS

DESCRIPTION

USAGE

EXPORT

METATYPE

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

SUPERCLASSES

UMMF::UML_1_5::Foundation::Core::Classifier

ATTRIBUTES

NO ATTRIBUTES

ASSOCIATIONS

deployedComponent : THIS 0..* <---> deploymentLocation : UMMF::UML_1_5::Foundation::Core::Node 0..*

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

implementationLocation : THIS 0..* <---> implementation : UMMF::UML_1_5::Foundation::Core::Artifact 0..*

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

container : THIS 0..* <---> resident : UMMF::UML_1_5::Foundation::Core::ModelElement 0..*

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

METHODS

__validate_type

  UMMF::UML_1_5::Foundation::Core::Component->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::Component.

__typecheck

  UMMF::UML_1_5::Foundation::Core::Component->__typecheck($value, $msg);

Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::Component-__validate_type($value)>> is false.

isaComponent

Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Component. Other receivers will return false.

isaFoundation__Core__Component

Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Component. Other receivers will return false. This is the fully qualified version of the isaComponent method.

__model_name

  my $name = $obj_or_package->__model_name;

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

deploymentLocation

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

Returns the AssociationEnd deploymentLocation values of type UMMF::UML_1_5::Foundation::Core::Node. 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_deploymentLocation

  $obj->set_deploymentLocation(@val);

Sets the AssociationEnd deploymentLocation value. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::Node. Returns $obj.

add_deploymentLocation

  $obj->add_deploymentLocation(@val);

Adds AssociationEnd deploymentLocation values. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::Node. Returns $obj.

remove_deploymentLocation

  $obj->remove_deploymentLocation(@val);

Removes the AssociationEnd deploymentLocation values @val. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::Node. Returns $obj.

clear_deploymentLocation

  $obj->clear_deploymentLocation;

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

count_deploymentLocation

  $obj->count_deploymentLocation;

Returns the number of elements associated with deploymentLocation.

implementation

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

Returns the AssociationEnd implementation values of type UMMF::UML_1_5::Foundation::Core::Artifact. 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_implementation

  $obj->set_implementation(@val);

Sets the AssociationEnd implementation value. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::Artifact. Returns $obj.

add_implementation

  $obj->add_implementation(@val);

Adds AssociationEnd implementation values. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::Artifact. Returns $obj.

remove_implementation

  $obj->remove_implementation(@val);

Removes the AssociationEnd implementation values @val. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::Artifact. Returns $obj.

clear_implementation

  $obj->clear_implementation;

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

count_implementation

  $obj->count_implementation;

Returns the number of elements associated with implementation.

resident

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

Returns the AssociationEnd resident values of type UMMF::UML_1_5::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_resident

  $obj->set_resident(@val);

Sets the AssociationEnd resident value. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.

add_resident

  $obj->add_resident(@val);

Adds AssociationEnd resident values. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.

remove_resident

  $obj->remove_resident(@val);

Removes the AssociationEnd resident values @val. Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.

clear_resident

  $obj->clear_resident;

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

count_resident

  $obj->count_resident;

Returns the number of elements associated with resident.

END OF DOCUMENT