
UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Procedure --

1.0





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

UMMF::UML::MetaModel::__ObjectBase

language : UMMF::UML::MetaModel::Foundation::Data_Types::Nameprivate
1
changeable
instance
unordered
Set::Objectbody : UMMF::UML::MetaModel::Foundation::Data_Types::Stringprivate
1
changeable
instance
unordered
Set::ObjectisList : UMMF::UML::MetaModel::Foundation::Data_Types::Booleanprivate
1
changeable
instance
unordered
Set::Object
0..1 : procedure_Action <---> action : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action 11
changeable
instance
1
none
public
Set::Object0..1 : procedure <---> argument : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin 0..*0..*
changeable
instance
ordered
1
none
public
ARRAY1 : procedure <---- : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Read_Write_Actions::Other_Actions::CallProcedureAction 11
changeable
instance
0
none
private
Set::Object0..1 : procedure <---> result : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::InputPin 0..*0..*
changeable
instance
ordered
1
none
public
ARRAY
__validate_typeUMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Procedure->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Procedure.
__typecheckUMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Procedure->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Procedure-__validate_type($value)>> is false.
isaProcedureReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Procedure. Other receivers will return false.
isaBehavioral_Elements__Actions__Action_Foundation__ProcedureReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Procedure. Other receivers will return false. This is the fully qualified version of the isaProcedure method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Action_Foundation::Procedure') 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.
languagemy $val = $obj->language;
Returns the UMMF::UML::MetaModel::Foundation::Data_Types::Name value of Attribute language.
set_language$obj->set_language($val);
Sets the value of Attribute language. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::Name or undef. Returns $obj.
count_language$obj->count_language;
Returns the number of elements (0 or 1) in language.
bodymy $val = $obj->body;
Returns the UMMF::UML::MetaModel::Foundation::Data_Types::String value of Attribute body.
set_body$obj->set_body($val);
Sets the value of Attribute body. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::String or undef. Returns $obj.
count_body$obj->count_body;
Returns the number of elements (0 or 1) in body.
isListmy $val = $obj->isList;
Returns the UMMF::UML::MetaModel::Foundation::Data_Types::Boolean value of Attribute isList.
set_isList$obj->set_isList($val);
Sets the value of Attribute isList. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::Boolean or undef. Returns $obj.
count_isList$obj->count_isList;
Returns the number of elements (0 or 1) in isList.
actionmy $val = $obj->action;
Returns the AssociationEnd action value of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action.
set_action$obj->set_action($val);
Sets the AssociationEnd action value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj.
add_action$obj->add_action($val);
Adds the AssociationEnd action value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action. Throws exception if a value already exists. Returns $obj.
remove_action$obj->remove_action($val);
Removes the AssociationEnd action value $val. Returns $obj.
clear_action$obj->clear_action;
Clears the AssociationEnd action links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj.
count_action$obj->count_action;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action associated with action.
argumentmy @val = $obj->argument; my $ary_val = $obj->argument;
Returns the AssociationEnd argument 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_argumentmy $x = $obj->index_argument($i); my @x = $obj->index_argument($i, $count);
In scalar context, returns the value of AssociationEnd argument at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_argumentmy $index = $obj->index_of_argument($val);
Returns the index of $val in AssociationEnd argument. Return undef if $val is not in argument.
set_argument$obj->set_argument(@val);
Sets the AssociationEnd argument value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
set_index_argument$obj->set_index_argument($i, $val);
Sets the value of AssociationEnd argument at index $i. Returns self.
add_argument$obj->add_argument(@val);
Adds AssociationEnd argument values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
add_index_argument$obj->add_index_argument($i, @val);
Adds AssociationEnd argument values at index $i. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
remove_argument$obj->remove_argument(@val);
Removes the AssociationEnd argument values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
clear_argument$obj->clear_argument;
Clears the AssociationEnd argument links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj.
count_argument$obj->count_argument;
Returns the number of elements associated with argument.
resultmy @val = $obj->result; my $ary_val = $obj->result;
Returns the AssociationEnd result values of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::InputPin. 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_resultmy $x = $obj->index_result($i); my @x = $obj->index_result($i, $count);
In scalar context, returns the value of AssociationEnd result at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_resultmy $index = $obj->index_of_result($val);
Returns the index of $val in AssociationEnd result. Return undef if $val is not in result.
set_result$obj->set_result(@val);
Sets the AssociationEnd result value. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::InputPin. Returns $obj.
set_index_result$obj->set_index_result($i, $val);
Sets the value of AssociationEnd result at index $i. Returns self.
add_result$obj->add_result(@val);
Adds AssociationEnd result values. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::InputPin. Returns $obj.
add_index_result$obj->add_index_result($i, @val);
Adds AssociationEnd result values at index $i. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::InputPin. Returns $obj.
remove_result$obj->remove_result(@val);
Removes the AssociationEnd result values @val. Elements of @val must of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::InputPin. Returns $obj.
clear_result$obj->clear_result;
Clears the AssociationEnd result links to UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::InputPin. Returns $obj.
count_result$obj->count_result;
Returns the number of elements associated with result.
END OF DOCUMENT