NAME
UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction
ATTRIBUTES
isUnordered
: UMMF::UML_1_5::Foundation::Data_Types::Boolean
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::UML_1_5::Foundation::Data_Types::Boolean
- visibility =
private
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue = UNSPECIFIED
- container_type =
Set::Object
ASSOCIATIONS
: THIS 0..1
----> loopVariable
: UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
ordered
- aggregation =
none
- visibility =
public
- container_type =
ARRAY
: THIS 0..1
----> subinput
: UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin 1..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin
- multiplicity =
1..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
: THIS 0..1
----> suboutput
: UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
ordered
- aggregation =
none
- visibility =
public
- container_type =
ARRAY
METHODS
__validate_type
UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction-
__validate_type($value)>> is false.
isaIterateAction
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction. Other receivers will return false.
isaBehavioral_Elements__Actions__Collection_Actions__Iterate__IterateAction
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction. Other receivers will return false. This is the fully qualified version of the isaIterateAction
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Collection_Actions::Iterate::IterateAction'
) 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::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
.
isUnordered
my $val = $obj->isUnordered;
Returns the UMMF::UML_1_5::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_1_5::Foundation::Data_Types::Boolean or undef
. Returns $obj
.
count_isUnordered
$obj->count_isUnordered;
Returns the number of elements (0 or 1) in isUnordered
.
loopVariable
my @val = $obj->loopVariable;
my $ary_val = $obj->loopVariable;
Returns the AssociationEnd loopVariable
values of type UMMF::UML_1_5::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_loopVariable
my $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_loopVariable
my $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_1_5::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_1_5::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_1_5::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_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
clear_loopVariable
$obj->clear_loopVariable;
Clears the AssociationEnd loopVariable
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
count_loopVariable
$obj->count_loopVariable;
Returns the number of elements associated with loopVariable
.
subinput
my @val = $obj->subinput;
my $ary_val = $obj->subinput;
Returns the AssociationEnd subinput
values of type UMMF::UML_1_5::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.
set_subinput
$obj->set_subinput(@val);
Sets the AssociationEnd subinput
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
add_subinput
$obj->add_subinput(@val);
Adds AssociationEnd subinput
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
remove_subinput
$obj->remove_subinput(@val);
Removes the AssociationEnd subinput
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
clear_subinput
$obj->clear_subinput;
Clears the AssociationEnd subinput
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
count_subinput
$obj->count_subinput;
Returns the number of elements associated with subinput
.
suboutput
my @val = $obj->suboutput;
my $ary_val = $obj->suboutput;
Returns the AssociationEnd suboutput
values of type UMMF::UML_1_5::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_suboutput
my $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_suboutput
my $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_1_5::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_1_5::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_1_5::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_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
clear_suboutput
$obj->clear_suboutput;
Clears the AssociationEnd suboutput
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
count_suboutput
$obj->count_suboutput;
Returns the number of elements associated with suboutput
.
END OF DOCUMENT