
UMMF::UML_1_5::OCL::Expressions::OperationCallExp --

1.5





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

UMMF::UML_1_5::OCL::Expressions::ModelPropertyCallExp

NO ATTRIBUTES

parentOperation : THIS 0..1 <---> arguments : UMMF::UML_1_5::OCL::Expressions::OclExpression 0..*0..*changeableinstanceordered1nonepublicARRAY : THIS 0..* ----> referredOperation : UMMF::UML_1_5::Foundation::Core::Operation 11changeableinstance1nonepublicSet::Object
__validate_typeUMMF::UML_1_5::OCL::Expressions::OperationCallExp->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::OCL::Expressions::OperationCallExp.
__typecheckUMMF::UML_1_5::OCL::Expressions::OperationCallExp->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::OCL::Expressions::OperationCallExp-__validate_type($value)>> is false.
isaOperationCallExpReturns true if receiver is a UMMF::UML_1_5::OCL::Expressions::OperationCallExp. Other receivers will return false.
isaOCL__Expressions__OperationCallExpReturns true if receiver is a UMMF::UML_1_5::OCL::Expressions::OperationCallExp. Other receivers will return false. This is the fully qualified version of the isaOperationCallExp method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('OCL::Expressions::OperationCallExp') 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.
argumentsmy @val = $obj->arguments; my $ary_val = $obj->arguments;
Returns the AssociationEnd arguments values of type UMMF::UML_1_5::OCL::Expressions::OclExpression. 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::OclExpression. 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::OclExpression. 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::OclExpression. 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::OclExpression. Returns $obj.
clear_arguments$obj->clear_arguments;
Clears the AssociationEnd arguments links to UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.
count_arguments$obj->count_arguments;
Returns the number of elements associated with arguments.
referredOperationmy $val = $obj->referredOperation;
Returns the AssociationEnd referredOperation value of type UMMF::UML_1_5::Foundation::Core::Operation.
set_referredOperation$obj->set_referredOperation($val);
Sets the AssociationEnd referredOperation value. $val must of type UMMF::UML_1_5::Foundation::Core::Operation. Returns $obj.
add_referredOperation$obj->add_referredOperation($val);
Adds the AssociationEnd referredOperation value. $val must of type UMMF::UML_1_5::Foundation::Core::Operation. Throws exception if a value already exists. Returns $obj.
remove_referredOperation$obj->remove_referredOperation($val);
Removes the AssociationEnd referredOperation value $val. Returns $obj.
clear_referredOperation$obj->clear_referredOperation;
Clears the AssociationEnd referredOperation links to UMMF::UML_1_5::Foundation::Core::Operation. Returns $obj.
count_referredOperation$obj->count_referredOperation;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Operation associated with referredOperation.
END OF DOCUMENT