NAME
UMMF::UML_1_5::Foundation::Core::TemplateParameter --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::AssociationClass
SUPERCLASSES
UMMF::UML_1_5::Foundation::Core::Element
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
templateParameter_defaultElement
: THIS 0..*
<---> defaultElement
: UMMF::UML_1_5::Foundation::Core::ModelElement 0..1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Foundation::Core::ModelElement
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
templateParameter_AC
: THIS 0..*
<---> template
: UMMF::UML_1_5::Foundation::Core::ModelElement 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Foundation::Core::ModelElement
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
public
- container_type =
Set::Object
template_AC
: THIS 0..1
<---> templateParameter
: UMMF::UML_1_5::Foundation::Core::ModelElement 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Foundation::Core::ModelElement
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
ordered
- aggregation =
none
- visibility =
public
- container_type =
ARRAY
METHODS
__validate_type
UMMF::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.
__typecheck
UMMF::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.
isaTemplateParameter
Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::TemplateParameter. Other receivers will return false.
isaFoundation__Core__TemplateParameter
Returns 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
.
__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
.
defaultElement
my
$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
.
template
my
$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
.
templateParameter
my
$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