| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaGeneralizableElementisaModel__GeneralizableElement__model_name __isAbstract___initialize__initialize__createisRootset_isRootcount_isRootisLeafset_isLeafcount_isLeafisAbstractset_isAbstractcount_isAbstractvisibilityset_visibilitycount_visibilitysubtypeset_subtypeadd_subtyperemove_subtypeclear_subtypecount_subtypesupertypeindex_supertypeindex_of_supertypeset_supertypeset_index_supertypeadd_supertypeadd_index_supertyperemove_supertypeclear_supertypecount_supertype
UMMF::MOF_1_3::Model::GeneralizableElement --
1.3
isRoot : UMMF::MOF_1_3::Model::Boolean private1changeableinstanceunorderedSet::ObjectisLeaf : UMMF::MOF_1_3::Model::Boolean private1changeableinstanceunorderedSet::ObjectisAbstract : UMMF::MOF_1_3::Model::Boolean private1changeableinstanceunorderedSet::Objectvisibility : UMMF::MOF_1_3::Model::VisibilityKind private1changeableinstanceunorderedSet::Objectsupertype : THIS 0..* <---> subtype : UMMF::MOF_1_3::Model::GeneralizableElement 0..*0..*changeableinstancenonepublicSet::Objectsubtype : THIS 0..* <---> supertype : UMMF::MOF_1_3::Model::GeneralizableElement 0..*0..*changeableinstanceorderednonepublicARRAY__validate_typeUMMF::MOF_1_3::Model::GeneralizableElement->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_3::Model::GeneralizableElement.
__typecheckUMMF::MOF_1_3::Model::GeneralizableElement->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_3::Model::GeneralizableElement-__validate_type($value)>> is false.
isaGeneralizableElementReturns true if receiver is a UMMF::MOF_1_3::Model::GeneralizableElement. Other receivers will return false.
isaModel__GeneralizableElementReturns true if receiver is a UMMF::MOF_1_3::Model::GeneralizableElement.
Other receivers will return false.
This is the fully qualified version of the isaGeneralizableElement method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Model::GeneralizableElement') for an object or package of
this Classifier.
__isAbstract$package->__isAbstract;
Returns 1.
___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.
isRootmy $val = $obj->isRoot;
Returns the UMMF::MOF_1_3::Model::Boolean value of Attribute isRoot.
set_isRoot$obj->set_isRoot($val);
Sets the value of Attribute isRoot.
$val must be of type UMMF::MOF_1_3::Model::Boolean or undef.
Returns $obj.
count_isRoot$obj->count_isRoot;
Returns the number of elements (0 or 1) in isRoot.
isLeafmy $val = $obj->isLeaf;
Returns the UMMF::MOF_1_3::Model::Boolean value of Attribute isLeaf.
set_isLeaf$obj->set_isLeaf($val);
Sets the value of Attribute isLeaf.
$val must be of type UMMF::MOF_1_3::Model::Boolean or undef.
Returns $obj.
count_isLeaf$obj->count_isLeaf;
Returns the number of elements (0 or 1) in isLeaf.
isAbstractmy $val = $obj->isAbstract;
Returns the UMMF::MOF_1_3::Model::Boolean value of Attribute isAbstract.
set_isAbstract$obj->set_isAbstract($val);
Sets the value of Attribute isAbstract.
$val must be of type UMMF::MOF_1_3::Model::Boolean or undef.
Returns $obj.
count_isAbstract$obj->count_isAbstract;
Returns the number of elements (0 or 1) in isAbstract.
visibilitymy $val = $obj->visibility;
Returns the UMMF::MOF_1_3::Model::VisibilityKind value of Attribute visibility.
set_visibility$obj->set_visibility($val);
Sets the value of Attribute visibility.
$val must be of type UMMF::MOF_1_3::Model::VisibilityKind or undef.
Returns $obj.
count_visibility$obj->count_visibility;
Returns the number of elements (0 or 1) in visibility.
subtypemy @val = $obj->subtype; my $ary_val = $obj->subtype;
Returns the AssociationEnd subtype values of type UMMF::MOF_1_3::Model::GeneralizableElement.
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_subtype$obj->set_subtype(@val);
Sets the AssociationEnd subtype value.
Elements of @val must of type UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
add_subtype$obj->add_subtype(@val);
Adds AssociationEnd subtype values.
Elements of @val must of type UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
remove_subtype$obj->remove_subtype(@val);
Removes the AssociationEnd subtype values @val.
Elements of @val must of type UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
clear_subtype$obj->clear_subtype;
Clears the AssociationEnd subtype links to UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
count_subtype$obj->count_subtype;
Returns the number of elements associated with subtype.
supertypemy @val = $obj->supertype; my $ary_val = $obj->supertype;
Returns the AssociationEnd supertype values of type UMMF::MOF_1_3::Model::GeneralizableElement.
In array context, returns all the objects in the Association.
In scalar context, returns an array ref of all the objects in the Association.
index_supertypemy $x = $obj->index_supertype($i); my @x = $obj->index_supertype($i, $count);
In scalar context, returns the value of AssociationEnd supertype at index $i.
In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_supertypemy $index = $obj->index_of_supertype($val);
Returns the index of $val in AssociationEnd supertype.
Return undef if $val is not in supertype.
set_supertype$obj->set_supertype(@val);
Sets the AssociationEnd supertype value.
Elements of @val must of type UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
set_index_supertype$obj->set_index_supertype($i, $val);
Sets the value of AssociationEnd supertype at index $i.
Returns self.
add_supertype$obj->add_supertype(@val);
Adds AssociationEnd supertype values.
Elements of @val must of type UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
add_index_supertype$obj->add_index_supertype($i, @val);
Adds AssociationEnd supertype values at index $i.
Elements of @val must of type UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
remove_supertype$obj->remove_supertype(@val);
Removes the AssociationEnd supertype values @val.
Elements of @val must of type UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
clear_supertype$obj->clear_supertype;
Clears the AssociationEnd supertype links to UMMF::MOF_1_3::Model::GeneralizableElement.
Returns $obj.
count_supertype$obj->count_supertype;
Returns the number of elements associated with supertype.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |