NAME
UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Procedure --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
ATTRIBUTES
language
: UMMF::UML_1_5::Foundation::Data_Types::Name
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::UML_1_5::Foundation::Data_Types::Name
- visibility =
private
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue = UNSPECIFIED
- container_type =
Set::Object
body
: UMMF::UML_1_5::Foundation::Data_Types::String
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::UML_1_5::Foundation::Data_Types::String
- visibility =
private
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue = UNSPECIFIED
- container_type =
Set::Object
isList
: 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
procedure_action
: THIS 0..1
<---> action
: UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
procedure
: THIS 0..1
<---> argument
: 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
procedure
: THIS 1
<----
: UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Other_Actions::CallProcedureAction 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Read_Write_Actions::Other_Actions::CallProcedureAction
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
procedure
: THIS 0..1
<---> result
: UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::InputPin 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::InputPin
- 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::Action_Foundation::Procedure->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Procedure.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Procedure->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Procedure-
__validate_type($value)>> is false.
isaProcedure
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Procedure. Other receivers will return false.
isaBehavioral_Elements__Actions__Action_Foundation__Procedure
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Procedure. Other receivers will return false. This is the fully qualified version of the isaProcedure
method.
__model_name
my $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_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
.
language
my $val = $obj->language;
Returns the UMMF::UML_1_5::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_1_5::Foundation::Data_Types::Name or undef
. Returns $obj
.
count_language
$obj->count_language;
Returns the number of elements (0 or 1) in language
.
body
my $val = $obj->body;
Returns the UMMF::UML_1_5::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_1_5::Foundation::Data_Types::String or undef
. Returns $obj
.
count_body
$obj->count_body;
Returns the number of elements (0 or 1) in body
.
isList
my $val = $obj->isList;
Returns the UMMF::UML_1_5::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_1_5::Foundation::Data_Types::Boolean or undef
. Returns $obj
.
count_isList
$obj->count_isList;
Returns the number of elements (0 or 1) in isList
.
action
my $val = $obj->action;
Returns the AssociationEnd action
value of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action.
set_action
$obj->set_action($val);
Sets the AssociationEnd action
value. $val
must of type UMMF::UML_1_5::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_1_5::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_1_5::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj
.
count_action
$obj->count_action;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action associated with action
.
argument
my @val = $obj->argument;
my $ary_val = $obj->argument;
Returns the AssociationEnd argument
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_argument
my $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_argument
my $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_1_5::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_1_5::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_1_5::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_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
clear_argument
$obj->clear_argument;
Clears the AssociationEnd argument
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
count_argument
$obj->count_argument;
Returns the number of elements associated with argument
.
result
my @val = $obj->result;
my $ary_val = $obj->result;
Returns the AssociationEnd result
values of type UMMF::UML_1_5::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_result
my $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_result
my $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_1_5::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_1_5::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_1_5::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_1_5::Behavioral_Elements::Actions::Action_Foundation::InputPin. Returns $obj
.
clear_result
$obj->clear_result;
Clears the AssociationEnd result
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::InputPin. Returns $obj
.
count_result
$obj->count_result;
Returns the number of elements associated with result
.
END OF DOCUMENT