
UMMF::UML_1_5::OCL::Expressions::LetExp --

1.5





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

UMMF::UML_1_5::OCL::Expressions::OclExpression

NO ATTRIBUTES

: THIS 0..1 ----> in : UMMF::UML_1_5::OCL::Expressions::OclExpression 11changeableinstance1nonepublicSet::Object : THIS 0..1 ----> variable : UMMF::UML_1_5::OCL::Expressions::VariableDeclaration 11changeableinstance1nonepublicSet::Object
__validate_typeUMMF::UML_1_5::OCL::Expressions::LetExp->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::OCL::Expressions::LetExp.
__typecheckUMMF::UML_1_5::OCL::Expressions::LetExp->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::OCL::Expressions::LetExp-__validate_type($value)>> is false.
isaLetExpReturns true if receiver is a UMMF::UML_1_5::OCL::Expressions::LetExp. Other receivers will return false.
isaOCL__Expressions__LetExpReturns true if receiver is a UMMF::UML_1_5::OCL::Expressions::LetExp. Other receivers will return false. This is the fully qualified version of the isaLetExp method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('OCL::Expressions::LetExp') 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.
inmy $val = $obj->in;
Returns the AssociationEnd in value of type UMMF::UML_1_5::OCL::Expressions::OclExpression.
set_in$obj->set_in($val);
Sets the AssociationEnd in value. $val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.
add_in$obj->add_in($val);
Adds the AssociationEnd in value. $val must of type UMMF::UML_1_5::OCL::Expressions::OclExpression. Throws exception if a value already exists. Returns $obj.
remove_in$obj->remove_in($val);
Removes the AssociationEnd in value $val. Returns $obj.
clear_in$obj->clear_in;
Clears the AssociationEnd in links to UMMF::UML_1_5::OCL::Expressions::OclExpression. Returns $obj.
count_in$obj->count_in;
Returns the number of elements of type UMMF::UML_1_5::OCL::Expressions::OclExpression associated with in.
variablemy $val = $obj->variable;
Returns the AssociationEnd variable value of type UMMF::UML_1_5::OCL::Expressions::VariableDeclaration.
set_variable$obj->set_variable($val);
Sets the AssociationEnd variable value. $val must of type UMMF::UML_1_5::OCL::Expressions::VariableDeclaration. Returns $obj.
add_variable$obj->add_variable($val);
Adds the AssociationEnd variable value. $val must of type UMMF::UML_1_5::OCL::Expressions::VariableDeclaration. Throws exception if a value already exists. Returns $obj.
remove_variable$obj->remove_variable($val);
Removes the AssociationEnd variable value $val. Returns $obj.
clear_variable$obj->clear_variable;
Clears the AssociationEnd variable links to UMMF::UML_1_5::OCL::Expressions::VariableDeclaration. Returns $obj.
count_variable$obj->count_variable;
Returns the number of elements of type UMMF::UML_1_5::OCL::Expressions::VariableDeclaration associated with variable.
END OF DOCUMENT