
UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction --

1.0





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

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

NO ATTRIBUTES

0..1 : ----> subinput : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin 1..*1..*
changeable
instance
ordered
1
none
public
ARRAY0..1 : ----> subtest : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin 11
changeable
instance
1
none
public
Set::Object
__validate_typeUMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction.
__typecheckUMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction-__validate_type($value)>> is false.
isaFilterActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction. Other receivers will return false.
isaBehavioral_Elements__Actions__Collection_Actions__Filter__FilterActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction. Other receivers will return false. This is the fully qualified version of the isaFilterAction method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Collection_Actions::Filter::FilterAction') 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.
subinputmy @val = $obj->subinput; my $ary_val = $obj->subinput;
Returns the AssociationEnd subinput 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_subinputmy $x = $obj->index_subinput($i); my @x = $obj->index_subinput($i, $count);
In scalar context, returns the value of AssociationEnd subinput at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_subinputmy $index = $obj->index_of_subinput($val);
Returns the index of $val in AssociationEnd subinput. Return undef if $val is not in subinput.
set_subinput$obj->set_subinput(@val);
Sets the AssociationEnd subinput value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
set_index_subinput$obj->set_index_subinput($i, $val);
Sets the value of AssociationEnd subinput at index $i. Returns self.
add_subinput$obj->add_subinput(@val);
Adds AssociationEnd subinput values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
add_index_subinput$obj->add_index_subinput($i, @val);
Adds AssociationEnd subinput values at index $i. Elements of @val must of type UMMF::UML::MetaModel::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::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
clear_subinput$obj->clear_subinput;
Clears the AssociationEnd subinput links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
count_subinput$obj->count_subinput;
Returns the number of elements associated with subinput.
subtestmy $val = $obj->subtest;
Returns the AssociationEnd subtest value of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin.
set_subtest$obj->set_subtest($val);
Sets the AssociationEnd subtest value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
add_subtest$obj->add_subtest($val);
Adds the AssociationEnd subtest value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Throws exception if a value already exists. Returns $obj.
remove_subtest$obj->remove_subtest($val);
Removes the AssociationEnd subtest value $val. Returns $obj.
clear_subtest$obj->clear_subtest;
Clears the AssociationEnd subtest links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
count_subtest$obj->count_subtest;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin associated with subtest.
END OF DOCUMENT