| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaReferenceisaModel__Reference__model_name __isAbstract___initialize__initialize__createexposedEndset_exposedEndadd_exposedEndremove_exposedEndclear_exposedEndcount_exposedEndreferencedEndset_referencedEndadd_referencedEndremove_referencedEndclear_referencedEndcount_referencedEnd
UMMF::MOF_1_4_1::Model::Reference --
1.4.1
NO ATTRIBUTES
referrer : THIS 0..* <---> exposedEnd : UMMF::MOF_1_4_1::Model::AssociationEnd 11changeableinstancenonepublicSet::Objectreferent : THIS 0..* <---> referencedEnd : UMMF::MOF_1_4_1::Model::AssociationEnd 11changeableinstancenonepublicSet::Object__validate_typeUMMF::MOF_1_4_1::Model::Reference->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_4_1::Model::Reference.
__typecheckUMMF::MOF_1_4_1::Model::Reference->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_4_1::Model::Reference-__validate_type($value)>> is false.
isaReferenceReturns true if receiver is a UMMF::MOF_1_4_1::Model::Reference. Other receivers will return false.
isaModel__ReferenceReturns true if receiver is a UMMF::MOF_1_4_1::Model::Reference.
Other receivers will return false.
This is the fully qualified version of the isaReference method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Model::Reference') 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.
exposedEndmy $val = $obj->exposedEnd;
Returns the AssociationEnd exposedEnd value of type UMMF::MOF_1_4_1::Model::AssociationEnd.
set_exposedEnd$obj->set_exposedEnd($val);
Sets the AssociationEnd exposedEnd value.
$val must of type UMMF::MOF_1_4_1::Model::AssociationEnd.
Returns $obj.
add_exposedEnd$obj->add_exposedEnd($val);
Adds the AssociationEnd exposedEnd value.
$val must of type UMMF::MOF_1_4_1::Model::AssociationEnd.
Throws exception if a value already exists.
Returns $obj.
remove_exposedEnd$obj->remove_exposedEnd($val);
Removes the AssociationEnd exposedEnd value $val.
Returns $obj.
clear_exposedEnd$obj->clear_exposedEnd;
Clears the AssociationEnd exposedEnd links to UMMF::MOF_1_4_1::Model::AssociationEnd.
Returns $obj.
count_exposedEnd$obj->count_exposedEnd;
Returns the number of elements of type UMMF::MOF_1_4_1::Model::AssociationEnd associated with exposedEnd.
referencedEndmy $val = $obj->referencedEnd;
Returns the AssociationEnd referencedEnd value of type UMMF::MOF_1_4_1::Model::AssociationEnd.
set_referencedEnd$obj->set_referencedEnd($val);
Sets the AssociationEnd referencedEnd value.
$val must of type UMMF::MOF_1_4_1::Model::AssociationEnd.
Returns $obj.
add_referencedEnd$obj->add_referencedEnd($val);
Adds the AssociationEnd referencedEnd value.
$val must of type UMMF::MOF_1_4_1::Model::AssociationEnd.
Throws exception if a value already exists.
Returns $obj.
remove_referencedEnd$obj->remove_referencedEnd($val);
Removes the AssociationEnd referencedEnd value $val.
Returns $obj.
clear_referencedEnd$obj->clear_referencedEnd;
Clears the AssociationEnd referencedEnd links to UMMF::MOF_1_4_1::Model::AssociationEnd.
Returns $obj.
count_referencedEnd$obj->count_referencedEnd;
Returns the number of elements of type UMMF::MOF_1_4_1::Model::AssociationEnd associated with referencedEnd.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |