| UMMF documentation | view source | Contained in the UMMF distribution. |
: THIS 1 ----> arguments : UMMF::UML_1_5::OCL::Expressions::OclMessageArg 0..* : THIS 1 ----> calledOperation : UMMF::UML_1_5::OCL::Expressions::CallAction 1 : THIS 1 ----> sendSignal : UMMF::UML_1_5::OCL::Expressions::SendAction 1 : THIS 1 ----> target : UMMF::UML_1_5::OCL::Expressions::OclExpression 1__validate_type__typecheckisaOclMessageExpisaOCL__Expressions__OclMessageExp__model_name __isAbstract___initialize__initialize__createargumentsindex_argumentsindex_of_argumentsset_argumentsset_index_argumentsadd_argumentsadd_index_argumentsremove_argumentsclear_argumentscount_argumentscalledOperationset_calledOperationadd_calledOperationremove_calledOperationclear_calledOperationcount_calledOperationsendSignalset_sendSignaladd_sendSignalremove_sendSignalclear_sendSignalcount_sendSignaltargetset_targetadd_targetremove_targetclear_targetcount_target
UMMF::UML_1_5::OCL::Expressions::OclMessageExp --
1.5
NO ATTRIBUTES
: THIS 1 ----> arguments : UMMF::UML_1_5::OCL::Expressions::OclMessageArg 0..*0..*changeableinstanceorderednonepublicARRAY : THIS 1 ----> calledOperation : UMMF::UML_1_5::OCL::Expressions::CallAction 11changeableinstancenonepublicSet::Object : THIS 1 ----> sendSignal : UMMF::UML_1_5::OCL::Expressions::SendAction 11changeableinstancenonepublicSet::Object : THIS 1 ----> target : UMMF::UML_1_5::OCL::Expressions::OclExpression 11changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::OCL::Expressions::OclMessageExp->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::OCL::Expressions::OclMessageExp.
__typecheckUMMF::UML_1_5::OCL::Expressions::OclMessageExp->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::OCL::Expressions::OclMessageExp-__validate_type($value)>> is false.
isaOclMessageExpReturns true if receiver is a UMMF::UML_1_5::OCL::Expressions::OclMessageExp. Other receivers will return false.
isaOCL__Expressions__OclMessageExpReturns true if receiver is a UMMF::UML_1_5::OCL::Expressions::OclMessageExp.
Other receivers will return false.
This is the fully qualified version of the isaOclMessageExp method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('OCL::Expressions::OclMessageExp') 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.
argumentsmy @val = $obj->arguments; my $ary_val = $obj->arguments;
Returns the AssociationEnd arguments values of type UMMF::UML_1_5::OCL::Expressions::OclMessageArg.
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_argumentsmy $x = $obj->index_arguments($i); my @x = $obj->index_arguments($i, $count);
In scalar context, returns the value of AssociationEnd arguments at index $i.
In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_argumentsmy $index = $obj->index_of_arguments($val);
Returns the index of $val in AssociationEnd arguments.
Return undef if $val is not in arguments.
set_arguments$obj->set_arguments(@val);
Sets the AssociationEnd arguments value.
Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclMessageArg.
Returns $obj.
set_index_arguments$obj->set_index_arguments($i, $val);
Sets the value of AssociationEnd arguments at index $i.
Returns self.
add_arguments$obj->add_arguments(@val);
Adds AssociationEnd arguments values.
Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclMessageArg.
Returns $obj.
add_index_arguments$obj->add_index_arguments($i, @val);
Adds AssociationEnd arguments values at index $i.
Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclMessageArg.
Returns $obj.
remove_arguments$obj->remove_arguments(@val);
Removes the AssociationEnd arguments values @val.
Elements of @val must of type UMMF::UML_1_5::OCL::Expressions::OclMessageArg.
Returns $obj.
clear_arguments$obj->clear_arguments;
Clears the AssociationEnd arguments links to UMMF::UML_1_5::OCL::Expressions::OclMessageArg.
Returns $obj.
count_arguments$obj->count_arguments;
Returns the number of elements associated with arguments.
calledOperationmy $val = $obj->calledOperation;
Returns the AssociationEnd calledOperation value of type UMMF::UML_1_5::OCL::Expressions::CallAction.
set_calledOperation$obj->set_calledOperation($val);
Sets the AssociationEnd calledOperation value.
$val must of type UMMF::UML_1_5::OCL::Expressions::CallAction.
Returns $obj.
add_calledOperation$obj->add_calledOperation($val);
Adds the AssociationEnd calledOperation value.
$val must of type UMMF::UML_1_5::OCL::Expressions::CallAction.
Throws exception if a value already exists.
Returns $obj.
remove_calledOperation$obj->remove_calledOperation($val);
Removes the AssociationEnd calledOperation value $val.
Returns $obj.
clear_calledOperation$obj->clear_calledOperation;
Clears the AssociationEnd calledOperation links to UMMF::UML_1_5::OCL::Expressions::CallAction.
Returns $obj.
count_calledOperation$obj->count_calledOperation;
Returns the number of elements of type UMMF::UML_1_5::OCL::Expressions::CallAction associated with calledOperation.
sendSignalmy $val = $obj->sendSignal;
Returns the AssociationEnd sendSignal value of type UMMF::UML_1_5::OCL::Expressions::SendAction.
set_sendSignal$obj->set_sendSignal($val);
Sets the AssociationEnd sendSignal value.
$val must of type UMMF::UML_1_5::OCL::Expressions::SendAction.
Returns $obj.
add_sendSignal$obj->add_sendSignal($val);
Adds the AssociationEnd sendSignal value.
$val must of type UMMF::UML_1_5::OCL::Expressions::SendAction.
Throws exception if a value already exists.
Returns $obj.
remove_sendSignal$obj->remove_sendSignal($val);
Removes the AssociationEnd sendSignal value $val.
Returns $obj.
clear_sendSignal$obj->clear_sendSignal;
Clears the AssociationEnd sendSignal links to UMMF::UML_1_5::OCL::Expressions::SendAction.
Returns $obj.
count_sendSignal$obj->count_sendSignal;
Returns the number of elements of type UMMF::UML_1_5::OCL::Expressions::SendAction associated with sendSignal.
targetmy $val = $obj->target;
Returns the AssociationEnd target value of type UMMF::UML_1_5::OCL::Expressions::OclExpression.
set_target$obj->set_target($val);
Sets the AssociationEnd target value.
$val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression.
Returns $obj.
add_target$obj->add_target($val);
Adds the AssociationEnd target value.
$val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression.
Throws exception if a value already exists.
Returns $obj.
remove_target$obj->remove_target($val);
Removes the AssociationEnd target value $val.
Returns $obj.
clear_target$obj->clear_target;
Clears the AssociationEnd target links to UMMF::UML_1_5::OCL::Expressions::OclExpression.
Returns $obj.
count_target$obj->count_target;
Returns the number of elements of type UMMF::UML_1_5::OCL::Expressions::OclExpression associated with target.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |