| UMMF documentation | view source | Contained in the UMMF distribution. |
templateParameter_defaultElement : THIS 0..* <---> defaultElement : UMMF::UML_1_5::Foundation::Core::ModelElement 0..1templateParameter_AC : THIS 0..* <---> template : UMMF::UML_1_5::Foundation::Core::ModelElement 1template_AC : THIS 0..1 <---> templateParameter : UMMF::UML_1_5::Foundation::Core::ModelElement 1__validate_type__typecheckisaTemplateParameterisaFoundation__Core__TemplateParameter__model_name __isAbstract___initialize__initialize__createdefaultElementset_defaultElementadd_defaultElementremove_defaultElementclear_defaultElementcount_defaultElementtemplateset_templateadd_templateremove_templateclear_templatecount_templatetemplateParameterset_templateParameteradd_templateParameterremove_templateParameterclear_templateParametercount_templateParameter
UMMF::UML_1_5::Foundation::Core::TemplateParameter --
1.5
NO ATTRIBUTES
templateParameter_defaultElement : THIS 0..* <---> defaultElement : UMMF::UML_1_5::Foundation::Core::ModelElement 0..10..1changeableinstancenonepublicSet::ObjecttemplateParameter_AC : THIS 0..* <---> template : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstancecompositepublicSet::Objecttemplate_AC : THIS 0..1 <---> templateParameter : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstanceorderednonepublicARRAY__validate_typeUMMF::UML_1_5::Foundation::Core::TemplateParameter->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::TemplateParameter.
__typecheckUMMF::UML_1_5::Foundation::Core::TemplateParameter->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::TemplateParameter-__validate_type($value)>> is false.
isaTemplateParameterReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::TemplateParameter. Other receivers will return false.
isaFoundation__Core__TemplateParameterReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::TemplateParameter.
Other receivers will return false.
This is the fully qualified version of the isaTemplateParameter method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::TemplateParameter') 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.
defaultElementmy $val = $obj->defaultElement;
Returns the AssociationEnd defaultElement value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_defaultElement$obj->set_defaultElement($val);
Sets the AssociationEnd defaultElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_defaultElement$obj->add_defaultElement($val);
Adds the AssociationEnd defaultElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Throws exception if a value already exists.
Returns $obj.
remove_defaultElement$obj->remove_defaultElement($val);
Removes the AssociationEnd defaultElement value $val.
Returns $obj.
clear_defaultElement$obj->clear_defaultElement;
Clears the AssociationEnd defaultElement links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_defaultElement$obj->count_defaultElement;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with defaultElement.
templatemy $val = $obj->template;
Returns the AssociationEnd template value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_template$obj->set_template($val);
Sets the AssociationEnd template value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_template$obj->add_template($val);
Adds the AssociationEnd template value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Throws exception if a value already exists.
Returns $obj.
remove_template$obj->remove_template($val);
Removes the AssociationEnd template value $val.
Returns $obj.
clear_template$obj->clear_template;
Clears the AssociationEnd template links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_template$obj->count_template;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with template.
templateParametermy $val = $obj->templateParameter;
Returns the AssociationEnd templateParameter value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_templateParameter$obj->set_templateParameter($val);
Sets the AssociationEnd templateParameter value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_templateParameter$obj->add_templateParameter($val);
Adds the AssociationEnd templateParameter value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Throws exception if a value already exists.
Returns $obj.
remove_templateParameter$obj->remove_templateParameter($val);
Removes the AssociationEnd templateParameter value $val.
Returns $obj.
clear_templateParameter$obj->clear_templateParameter;
Clears the AssociationEnd templateParameter links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_templateParameter$obj->count_templateParameter;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with templateParameter.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |