
UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction --

1.0





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

UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::CollectionAction

isUnordered : UMMF::UML::MetaModel::Foundation::Data_Types::Booleanprivate
1
changeable
instance
unordered
Set::Object
0..1 : ----> leftSubinput : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin 1..*1..*
changeable
instance
ordered
1
none
public
ARRAY0..1 : ----> rightSubinput : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin 1..*1..*
changeable
instance
ordered
1
none
public
ARRAY0..1 : ----> suboutput : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin 1..*1..*
changeable
instance
ordered
1
none
public
ARRAY
__validate_typeUMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction.
__typecheckUMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction-__validate_type($value)>> is false.
isaReduceActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction. Other receivers will return false.
isaBehavioral_Elements__Actions__Collection_Actions__Reduce__ReduceActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction. Other receivers will return false. This is the fully qualified version of the isaReduceAction method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Collection_Actions::Reduce::ReduceAction') 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.
isUnorderedmy $val = $obj->isUnordered;
Returns the UMMF::UML::MetaModel::Foundation::Data_Types::Boolean value of Attribute isUnordered.
set_isUnordered$obj->set_isUnordered($val);
Sets the value of Attribute isUnordered. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::Boolean or undef. Returns $obj.
count_isUnordered$obj->count_isUnordered;
Returns the number of elements (0 or 1) in isUnordered.
leftSubinputmy @val = $obj->leftSubinput; my $ary_val = $obj->leftSubinput;
Returns the AssociationEnd leftSubinput 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_leftSubinputmy $x = $obj->index_leftSubinput($i); my @x = $obj->index_leftSubinput($i, $count);
In scalar context, returns the value of AssociationEnd leftSubinput at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_leftSubinputmy $index = $obj->index_of_leftSubinput($val);
Returns the index of $val in AssociationEnd leftSubinput. Return undef if $val is not in leftSubinput.
set_leftSubinput$obj->set_leftSubinput(@val);
Sets the AssociationEnd leftSubinput value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
set_index_leftSubinput$obj->set_index_leftSubinput($i, $val);
Sets the value of AssociationEnd leftSubinput at index $i. Returns self.
add_leftSubinput$obj->add_leftSubinput(@val);
Adds AssociationEnd leftSubinput values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
add_index_leftSubinput$obj->add_index_leftSubinput($i, @val);
Adds AssociationEnd leftSubinput values at index $i. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
remove_leftSubinput$obj->remove_leftSubinput(@val);
Removes the AssociationEnd leftSubinput values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
clear_leftSubinput$obj->clear_leftSubinput;
Clears the AssociationEnd leftSubinput links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
count_leftSubinput$obj->count_leftSubinput;
Returns the number of elements associated with leftSubinput.
rightSubinputmy @val = $obj->rightSubinput; my $ary_val = $obj->rightSubinput;
Returns the AssociationEnd rightSubinput 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_rightSubinputmy $x = $obj->index_rightSubinput($i); my @x = $obj->index_rightSubinput($i, $count);
In scalar context, returns the value of AssociationEnd rightSubinput at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_rightSubinputmy $index = $obj->index_of_rightSubinput($val);
Returns the index of $val in AssociationEnd rightSubinput. Return undef if $val is not in rightSubinput.
set_rightSubinput$obj->set_rightSubinput(@val);
Sets the AssociationEnd rightSubinput value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
set_index_rightSubinput$obj->set_index_rightSubinput($i, $val);
Sets the value of AssociationEnd rightSubinput at index $i. Returns self.
add_rightSubinput$obj->add_rightSubinput(@val);
Adds AssociationEnd rightSubinput values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
add_index_rightSubinput$obj->add_index_rightSubinput($i, @val);
Adds AssociationEnd rightSubinput values at index $i. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
remove_rightSubinput$obj->remove_rightSubinput(@val);
Removes the AssociationEnd rightSubinput values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
clear_rightSubinput$obj->clear_rightSubinput;
Clears the AssociationEnd rightSubinput links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
count_rightSubinput$obj->count_rightSubinput;
Returns the number of elements associated with rightSubinput.
suboutputmy @val = $obj->suboutput; my $ary_val = $obj->suboutput;
Returns the AssociationEnd suboutput 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_suboutputmy $x = $obj->index_suboutput($i); my @x = $obj->index_suboutput($i, $count);
In scalar context, returns the value of AssociationEnd suboutput at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_suboutputmy $index = $obj->index_of_suboutput($val);
Returns the index of $val in AssociationEnd suboutput. Return undef if $val is not in suboutput.
set_suboutput$obj->set_suboutput(@val);
Sets the AssociationEnd suboutput value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
set_index_suboutput$obj->set_index_suboutput($i, $val);
Sets the value of AssociationEnd suboutput at index $i. Returns self.
add_suboutput$obj->add_suboutput(@val);
Adds AssociationEnd suboutput values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
add_index_suboutput$obj->add_index_suboutput($i, @val);
Adds AssociationEnd suboutput values at index $i. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
remove_suboutput$obj->remove_suboutput(@val);
Removes the AssociationEnd suboutput values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
clear_suboutput$obj->clear_suboutput;
Clears the AssociationEnd suboutput links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
count_suboutput$obj->count_suboutput;
Returns the number of elements associated with suboutput.
END OF DOCUMENT