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

1.5





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

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

NO ATTRIBUTES

deployedComponent : THIS 0..* <---> deploymentLocation : UMMF::UML_1_5::Foundation::Core::Node 0..*0..*changeableinstance1nonepublicSet::ObjectimplementationLocation : THIS 0..* <---> implementation : UMMF::UML_1_5::Foundation::Core::Artifact 0..*0..*changeableinstance1nonepublicSet::Objectcontainer : THIS 0..* <---> resident : UMMF::UML_1_5::Foundation::Core::ModelElement 0..*0..*changeableinstance1nonepublicSet::Object
__validate_typeUMMF::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.
__typecheckUMMF::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.
isaComponentReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Component. Other receivers will return false.
isaFoundation__Core__ComponentReturns 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_namemy $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_schemamy $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::Export::Perl::Tangram
___initializeInitialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize.
__initializeInitialize all slots in this Classifier and all its Generalizations.
See also: ___initialize.
__createCalls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create.
deploymentLocationmy @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.
implementationmy @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.
residentmy @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