NAME
UMMF::UML::MetaModel::OCL::Expressions::LetExp --
VERSION
1.0
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML::MetaModel::Foundation::Core::Class
SUPERCLASSES
UMMF::UML::MetaModel::OCL::Expressions::OclExpression
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
0..1
:
----> in
: UMMF::UML::MetaModel::OCL::Expressions::OclExpression 1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::OCL::Expressions::OclExpression
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
0..1
:
----> variable
: UMMF::UML::MetaModel::OCL::Expressions::VariableDeclaration 1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::OCL::Expressions::VariableDeclaration
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML::MetaModel::OCL::Expressions::LetExp->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML::MetaModel::OCL::Expressions::LetExp.
__typecheck
UMMF::UML::MetaModel::OCL::Expressions::LetExp->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML::MetaModel::OCL::Expressions::LetExp-
__validate_type($value)>> is false.
isaLetExp
Returns true if receiver is a UMMF::UML::MetaModel::OCL::Expressions::LetExp. Other receivers will return false.
isaOCL__Expressions__LetExp
Returns true if receiver is a UMMF::UML::MetaModel::OCL::Expressions::LetExp. Other receivers will return false. This is the fully qualified version of the isaLetExp
method.
__model_name
my $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_schema
my $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::UML::Export::Perl::Tangram
___initialize
Initialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize
.
__initialize
Initialize all slots in this Classifier and all its Generalizations.
See also: ___initialize
.
__create
Calls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create
.
in
my $val = $obj->in;
Returns the AssociationEnd in
value of type UMMF::UML::MetaModel::OCL::Expressions::OclExpression.
set_in
$obj->set_in($val);
Sets the AssociationEnd in
value. $val
must of type UMMF::UML::MetaModel::OCL::Expressions::OclExpression. Returns $obj
.
add_in
$obj->add_in($val);
Adds the AssociationEnd in
value. $val
must of type UMMF::UML::MetaModel::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::MetaModel::OCL::Expressions::OclExpression. Returns $obj
.
count_in
$obj->count_in;
Returns the number of elements of type UMMF::UML::MetaModel::OCL::Expressions::OclExpression associated with in
.
variable
my $val = $obj->variable;
Returns the AssociationEnd variable
value of type UMMF::UML::MetaModel::OCL::Expressions::VariableDeclaration.
set_variable
$obj->set_variable($val);
Sets the AssociationEnd variable
value. $val
must of type UMMF::UML::MetaModel::OCL::Expressions::VariableDeclaration. Returns $obj
.
add_variable
$obj->add_variable($val);
Adds the AssociationEnd variable
value. $val
must of type UMMF::UML::MetaModel::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::MetaModel::OCL::Expressions::VariableDeclaration. Returns $obj
.
count_variable
$obj->count_variable;
Returns the number of elements of type UMMF::UML::MetaModel::OCL::Expressions::VariableDeclaration associated with variable
.
END OF DOCUMENT