
UMMF::UML_1_5::Foundation::Core::Generalization --

1.5





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

UMMF::UML_1_5::Foundation::Core::Relationship

NO ATTRIBUTES

generalization : THIS 0..* <---> child : UMMF::UML_1_5::Foundation::Core::GeneralizableElement 11changeableinstance1nonepublicSet::Objectspecialization : THIS 0..* <---> parent : UMMF::UML_1_5::Foundation::Core::GeneralizableElement 11changeableinstance1nonepublicSet::ObjectpowertypeRange : THIS 0..* <---> powertype : UMMF::UML_1_5::Foundation::Core::Classifier 0..10..1changeableinstance1nonepublicSet::Object
__validate_typeUMMF::UML_1_5::Foundation::Core::Generalization->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::Generalization.
__typecheckUMMF::UML_1_5::Foundation::Core::Generalization->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::Generalization-__validate_type($value)>> is false.
isaGeneralizationReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Generalization. Other receivers will return false.
isaFoundation__Core__GeneralizationReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Generalization. Other receivers will return false. This is the fully qualified version of the isaGeneralization method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::Generalization') 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.
childmy $val = $obj->child;
Returns the AssociationEnd child value of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement.
set_child$obj->set_child($val);
Sets the AssociationEnd child value. $val must of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement. Returns $obj.
add_child$obj->add_child($val);
Adds the AssociationEnd child value. $val must of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement. Throws exception if a value already exists. Returns $obj.
remove_child$obj->remove_child($val);
Removes the AssociationEnd child value $val. Returns $obj.
clear_child$obj->clear_child;
Clears the AssociationEnd child links to UMMF::UML_1_5::Foundation::Core::GeneralizableElement. Returns $obj.
count_child$obj->count_child;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement associated with child.
parentmy $val = $obj->parent;
Returns the AssociationEnd parent value of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement.
set_parent$obj->set_parent($val);
Sets the AssociationEnd parent value. $val must of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement. Returns $obj.
add_parent$obj->add_parent($val);
Adds the AssociationEnd parent value. $val must of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement. Throws exception if a value already exists. Returns $obj.
remove_parent$obj->remove_parent($val);
Removes the AssociationEnd parent value $val. Returns $obj.
clear_parent$obj->clear_parent;
Clears the AssociationEnd parent links to UMMF::UML_1_5::Foundation::Core::GeneralizableElement. Returns $obj.
count_parent$obj->count_parent;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::GeneralizableElement associated with parent.
powertypemy $val = $obj->powertype;
Returns the AssociationEnd powertype value of type UMMF::UML_1_5::Foundation::Core::Classifier.
set_powertype$obj->set_powertype($val);
Sets the AssociationEnd powertype value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.
add_powertype$obj->add_powertype($val);
Adds the AssociationEnd powertype value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Throws exception if a value already exists. Returns $obj.
remove_powertype$obj->remove_powertype($val);
Removes the AssociationEnd powertype value $val. Returns $obj.
clear_powertype$obj->clear_powertype;
Clears the AssociationEnd powertype links to UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.
count_powertype$obj->count_powertype;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Classifier associated with powertype.
END OF DOCUMENT