| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaAssociationEndisaModel__AssociationEnd__model_name __isAbstract___initialize__initialize__createisNavigableset_isNavigablecount_isNavigableaggregationset_aggregationcount_aggregationmultiplicityset_multiplicitycount_multiplicityisChangeableset_isChangeablecount_isChangeablereferentset_referentadd_referentremove_referentclear_referentcount_referentreferrerset_referreradd_referrerremove_referrerclear_referrercount_referrer
UMMF::MOF_1_4_1::Model::AssociationEnd --
1.4.1
isNavigable : UMMF::MOF_1_4_1::Model::Boolean aggregation : UMMF::MOF_1_4_1::Model::AggregationKind private1changeableinstanceunorderedSet::Objectmultiplicity : UMMF::MOF_1_4_1::Model::MultiplicityType private1changeableinstanceunorderedSet::ObjectisChangeable : UMMF::MOF_1_4_1::Model::Boolean private1changeableinstanceunorderedSet::ObjectreferencedEnd : THIS 1 <---> referent : UMMF::MOF_1_4_1::Model::Reference 0..*0..*changeableinstancenonepublicSet::ObjectexposedEnd : THIS 1 <---> referrer : UMMF::MOF_1_4_1::Model::Reference 0..*0..*changeableinstancenonepublicSet::Object__validate_typeUMMF::MOF_1_4_1::Model::AssociationEnd->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_4_1::Model::AssociationEnd.
__typecheckUMMF::MOF_1_4_1::Model::AssociationEnd->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_4_1::Model::AssociationEnd-__validate_type($value)>> is false.
isaAssociationEndReturns true if receiver is a UMMF::MOF_1_4_1::Model::AssociationEnd. Other receivers will return false.
isaModel__AssociationEndReturns true if receiver is a UMMF::MOF_1_4_1::Model::AssociationEnd.
Other receivers will return false.
This is the fully qualified version of the isaAssociationEnd method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Model::AssociationEnd') 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.
isNavigableset_isNavigablecount_isNavigableaggregationmy $val = $obj->aggregation;
Returns the UMMF::MOF_1_4_1::Model::AggregationKind value of Attribute aggregation.
set_aggregation$obj->set_aggregation($val);
Sets the value of Attribute aggregation.
$val must be of type UMMF::MOF_1_4_1::Model::AggregationKind or undef.
Returns $obj.
count_aggregation$obj->count_aggregation;
Returns the number of elements (0 or 1) in aggregation.
multiplicitymy $val = $obj->multiplicity;
Returns the UMMF::MOF_1_4_1::Model::MultiplicityType value of Attribute multiplicity.
set_multiplicity$obj->set_multiplicity($val);
Sets the value of Attribute multiplicity.
$val must be of type UMMF::MOF_1_4_1::Model::MultiplicityType or undef.
Returns $obj.
count_multiplicity$obj->count_multiplicity;
Returns the number of elements (0 or 1) in multiplicity.
isChangeablemy $val = $obj->isChangeable;
Returns the UMMF::MOF_1_4_1::Model::Boolean value of Attribute isChangeable.
set_isChangeable$obj->set_isChangeable($val);
Sets the value of Attribute isChangeable.
$val must be of type UMMF::MOF_1_4_1::Model::Boolean or undef.
Returns $obj.
count_isChangeable$obj->count_isChangeable;
Returns the number of elements (0 or 1) in isChangeable.
referentmy @val = $obj->referent; my $ary_val = $obj->referent;
Returns the AssociationEnd referent values of type UMMF::MOF_1_4_1::Model::Reference.
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_referent$obj->set_referent(@val);
Sets the AssociationEnd referent value.
Elements of @val must of type UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
add_referent$obj->add_referent(@val);
Adds AssociationEnd referent values.
Elements of @val must of type UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
remove_referent$obj->remove_referent(@val);
Removes the AssociationEnd referent values @val.
Elements of @val must of type UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
clear_referent$obj->clear_referent;
Clears the AssociationEnd referent links to UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
count_referent$obj->count_referent;
Returns the number of elements associated with referent.
referrermy @val = $obj->referrer; my $ary_val = $obj->referrer;
Returns the AssociationEnd referrer values of type UMMF::MOF_1_4_1::Model::Reference.
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_referrer$obj->set_referrer(@val);
Sets the AssociationEnd referrer value.
Elements of @val must of type UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
add_referrer$obj->add_referrer(@val);
Adds AssociationEnd referrer values.
Elements of @val must of type UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
remove_referrer$obj->remove_referrer(@val);
Removes the AssociationEnd referrer values @val.
Elements of @val must of type UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
clear_referrer$obj->clear_referrer;
Clears the AssociationEnd referrer links to UMMF::MOF_1_4_1::Model::Reference.
Returns $obj.
count_referrer$obj->count_referrer;
Returns the number of elements associated with referrer.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |