| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaComponentisaFoundation__Core__Component__model_name __isAbstract___initialize__initialize__createdeploymentLocationset_deploymentLocationadd_deploymentLocationremove_deploymentLocationclear_deploymentLocationcount_deploymentLocationimplementationset_implementationadd_implementationremove_implementationclear_implementationcount_implementationresidentset_residentadd_residentremove_residentclear_residentcount_resident
UMMF::UML_1_5::Foundation::Core::Component --
1.5
NO ATTRIBUTES
deployedComponent : THIS 0..* <---> deploymentLocation : UMMF::UML_1_5::Foundation::Core::Node 0..*0..*changeableinstancenonepublicSet::ObjectimplementationLocation : THIS 0..* <---> implementation : UMMF::UML_1_5::Foundation::Core::Artifact 0..*0..*changeableinstancenonepublicSet::Objectcontainer : THIS 0..* <---> resident : UMMF::UML_1_5::Foundation::Core::ModelElement 0..*0..*changeableinstancenonepublicSet::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_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.
___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
| UMMF documentation | view source | Contained in the UMMF distribution. |