NAME
UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Foundation::Core::Element
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
: THIS 0..1
----> body
: 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
: THIS 0..*
----> bodyOutput
: 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
successorClause
: THIS 0..*
<---> predecessorClause
: UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
predecessorClause
: THIS 0..*
<---> successorClause
: UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
: THIS 0..1
----> test
: 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
: THIS 0..*
----> testOutput
: 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 =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause-
__validate_type($value)>> is false.
isaClause
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Other receivers will return false.
isaBehavioral_Elements__Actions__Composite_Actions__Clause
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Other receivers will return false. This is the fully qualified version of the isaClause
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Composite_Actions::Clause'
) 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
.
body
my $val = $obj->body;
Returns the AssociationEnd body
value of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action.
set_body
$obj->set_body($val);
Sets the AssociationEnd body
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj
.
add_body
$obj->add_body($val);
Adds the AssociationEnd body
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_body
$obj->remove_body($val);
Removes the AssociationEnd body
value $val
. Returns $obj
.
clear_body
$obj->clear_body;
Clears the AssociationEnd body
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj
.
count_body
$obj->count_body;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action associated with body
.
bodyOutput
my @val = $obj->bodyOutput;
my $ary_val = $obj->bodyOutput;
Returns the AssociationEnd bodyOutput
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_bodyOutput
my $x = $obj->index_bodyOutput($i);
my @x = $obj->index_bodyOutput($i, $count);
In scalar context, returns the value of AssociationEnd bodyOutput
at index $i
. In array context, returns the values between index $i
and $i + $count - 1
, inclusive.
index_of_bodyOutput
my $index = $obj->index_of_bodyOutput($val);
Returns the index of $val
in AssociationEnd bodyOutput
. Return undef
if $val
is not in bodyOutput
.
set_bodyOutput
$obj->set_bodyOutput(@val);
Sets the AssociationEnd bodyOutput
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
set_index_bodyOutput
$obj->set_index_bodyOutput($i, $val);
Sets the value of AssociationEnd bodyOutput
at index $i
. Returns self.
add_bodyOutput
$obj->add_bodyOutput(@val);
Adds AssociationEnd bodyOutput
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
add_index_bodyOutput
$obj->add_index_bodyOutput($i, @val);
Adds AssociationEnd bodyOutput
values at index $i
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
remove_bodyOutput
$obj->remove_bodyOutput(@val);
Removes the AssociationEnd bodyOutput
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
clear_bodyOutput
$obj->clear_bodyOutput;
Clears the AssociationEnd bodyOutput
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
count_bodyOutput
$obj->count_bodyOutput;
Returns the number of elements associated with bodyOutput
.
predecessorClause
my @val = $obj->predecessorClause;
my $ary_val = $obj->predecessorClause;
Returns the AssociationEnd predecessorClause
values of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. 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_predecessorClause
$obj->set_predecessorClause(@val);
Sets the AssociationEnd predecessorClause
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
add_predecessorClause
$obj->add_predecessorClause(@val);
Adds AssociationEnd predecessorClause
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
remove_predecessorClause
$obj->remove_predecessorClause(@val);
Removes the AssociationEnd predecessorClause
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
clear_predecessorClause
$obj->clear_predecessorClause;
Clears the AssociationEnd predecessorClause
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
count_predecessorClause
$obj->count_predecessorClause;
Returns the number of elements associated with predecessorClause
.
successorClause
my @val = $obj->successorClause;
my $ary_val = $obj->successorClause;
Returns the AssociationEnd successorClause
values of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. 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_successorClause
$obj->set_successorClause(@val);
Sets the AssociationEnd successorClause
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
add_successorClause
$obj->add_successorClause(@val);
Adds AssociationEnd successorClause
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
remove_successorClause
$obj->remove_successorClause(@val);
Removes the AssociationEnd successorClause
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
clear_successorClause
$obj->clear_successorClause;
Clears the AssociationEnd successorClause
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Composite_Actions::Clause. Returns $obj
.
count_successorClause
$obj->count_successorClause;
Returns the number of elements associated with successorClause
.
test
my $val = $obj->test;
Returns the AssociationEnd test
value of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action.
set_test
$obj->set_test($val);
Sets the AssociationEnd test
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj
.
add_test
$obj->add_test($val);
Adds the AssociationEnd test
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_test
$obj->remove_test($val);
Removes the AssociationEnd test
value $val
. Returns $obj
.
clear_test
$obj->clear_test;
Clears the AssociationEnd test
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj
.
count_test
$obj->count_test;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action associated with test
.
testOutput
my @val = $obj->testOutput;
my $ary_val = $obj->testOutput;
Returns the AssociationEnd testOutput
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_testOutput
$obj->set_testOutput(@val);
Sets the AssociationEnd testOutput
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
add_testOutput
$obj->add_testOutput(@val);
Adds AssociationEnd testOutput
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
remove_testOutput
$obj->remove_testOutput(@val);
Removes the AssociationEnd testOutput
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
clear_testOutput
$obj->clear_testOutput;
Clears the AssociationEnd testOutput
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::OutputPin. Returns $obj
.
count_testOutput
$obj->count_testOutput;
Returns the number of elements associated with testOutput
.
END OF DOCUMENT