
UMMF::UML::MetaModel::Behavioral_Elements::Actions::Composite_Actions::LoopAction --

1.0





UMMF::UML::MetaModel::Foundation::Core::Class

UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action

NO ATTRIBUTES

0..1 : ----> clause : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action 11
changeable
instance
1
none
public
Set::Object0..1 : loop <---> loopVariable : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin 0..*0..*
changeable
instance
ordered
1
none
public
ARRAY
__validate_typeUMMF::UML::MetaModel::Behavioral_Elements::Actions::Composite_Actions::LoopAction->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Actions::Composite_Actions::LoopAction.
__typecheckUMMF::UML::MetaModel::Behavioral_Elements::Actions::Composite_Actions::LoopAction->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML::MetaModel::Behavioral_Elements::Actions::Composite_Actions::LoopAction-__validate_type($value)>> is false.
isaLoopActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Composite_Actions::LoopAction. Other receivers will return false.
isaBehavioral_Elements__Actions__Composite_Actions__LoopActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Composite_Actions::LoopAction. Other receivers will return false. This is the fully qualified version of the isaLoopAction method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Composite_Actions::LoopAction') 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::UML::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.
clausemy $val = $obj->clause;
Returns the AssociationEnd clause value of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action.
set_clause$obj->set_clause($val);
Sets the AssociationEnd clause value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj.
add_clause$obj->add_clause($val);
Adds the AssociationEnd clause value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action. Throws exception if a value already exists. Returns $obj.
remove_clause$obj->remove_clause($val);
Removes the AssociationEnd clause value $val. Returns $obj.
clear_clause$obj->clear_clause;
Clears the AssociationEnd clause links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj.
count_clause$obj->count_clause;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action associated with clause.
loopVariablemy @val = $obj->loopVariable; my $ary_val = $obj->loopVariable;
Returns the AssociationEnd loopVariable values of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. 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_loopVariablemy $x = $obj->index_loopVariable($i); my @x = $obj->index_loopVariable($i, $count);
In scalar context, returns the value of AssociationEnd loopVariable at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_loopVariablemy $index = $obj->index_of_loopVariable($val);
Returns the index of $val in AssociationEnd loopVariable. Return undef if $val is not in loopVariable.
set_loopVariable$obj->set_loopVariable(@val);
Sets the AssociationEnd loopVariable value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
set_index_loopVariable$obj->set_index_loopVariable($i, $val);
Sets the value of AssociationEnd loopVariable at index $i. Returns self.
add_loopVariable$obj->add_loopVariable(@val);
Adds AssociationEnd loopVariable values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
add_index_loopVariable$obj->add_index_loopVariable($i, @val);
Adds AssociationEnd loopVariable values at index $i. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
remove_loopVariable$obj->remove_loopVariable(@val);
Removes the AssociationEnd loopVariable values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
clear_loopVariable$obj->clear_loopVariable;
Clears the AssociationEnd loopVariable links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
count_loopVariable$obj->count_loopVariable;
Returns the number of elements associated with loopVariable.
END OF DOCUMENT