
UMMF::MOF_1_3::Model::Reference --

1.3





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

UMMF::MOF_1_3::Model::StructuralFeature

NO ATTRIBUTES

referrer : THIS 0..* <---> exposedEnd : UMMF::MOF_1_3::Model::AssociationEnd 11
changeable
instance
1
none
public
Set::Objectreferent : THIS 0..* <---> referencedEnd : UMMF::MOF_1_3::Model::AssociationEnd 11
changeable
instance
1
none
public
Set::Object
__validate_typeUMMF::MOF_1_3::Model::Reference->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_3::Model::Reference.
__typecheckUMMF::MOF_1_3::Model::Reference->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_3::Model::Reference-__validate_type($value)>> is false.
isaReferenceReturns true if receiver is a UMMF::MOF_1_3::Model::Reference. Other receivers will return false.
isaModel__ReferenceReturns true if receiver is a UMMF::MOF_1_3::Model::Reference. Other receivers will return false. This is the fully qualified version of the isaReference method.
__model_namemy $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.
__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.
exposedEndmy $val = $obj->exposedEnd;
Returns the AssociationEnd exposedEnd value of type UMMF::MOF_1_3::Model::AssociationEnd.
set_exposedEnd$obj->set_exposedEnd($val);
Sets the AssociationEnd exposedEnd value. $val must of type UMMF::MOF_1_3::Model::AssociationEnd. Returns $obj.
add_exposedEnd$obj->add_exposedEnd($val);
Adds the AssociationEnd exposedEnd value. $val must of type UMMF::MOF_1_3::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_3::Model::AssociationEnd. Returns $obj.
count_exposedEnd$obj->count_exposedEnd;
Returns the number of elements of type UMMF::MOF_1_3::Model::AssociationEnd associated with exposedEnd.
referencedEndmy $val = $obj->referencedEnd;
Returns the AssociationEnd referencedEnd value of type UMMF::MOF_1_3::Model::AssociationEnd.
set_referencedEnd$obj->set_referencedEnd($val);
Sets the AssociationEnd referencedEnd value. $val must of type UMMF::MOF_1_3::Model::AssociationEnd. Returns $obj.
add_referencedEnd$obj->add_referencedEnd($val);
Adds the AssociationEnd referencedEnd value. $val must of type UMMF::MOF_1_3::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_3::Model::AssociationEnd. Returns $obj.
count_referencedEnd$obj->count_referencedEnd;
Returns the number of elements of type UMMF::MOF_1_3::Model::AssociationEnd associated with referencedEnd.
END OF DOCUMENT