NAME
UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
collectionAction
: THIS 0..*
<---> subaction
: 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
METHODS
__validate_type
UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction-
__validate_type($value)>> is false.
isaCollectionAction
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction. Other receivers will return false.
isaBehavioral_Elements__Actions__Collection_Actions__CollectionAction
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Actions::Collection_Actions::CollectionAction. Other receivers will return false. This is the fully qualified version of the isaCollectionAction
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Collection_Actions::CollectionAction'
) for an object or package of this Classifier.
__isAbstract
$package->__isAbstract;
Returns 1
.
__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
.
subaction
my $val = $obj->subaction;
Returns the AssociationEnd subaction
value of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action.
set_subaction
$obj->set_subaction($val);
Sets the AssociationEnd subaction
value. $val
must of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj
.
add_subaction
$obj->add_subaction($val);
Adds the AssociationEnd subaction
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_subaction
$obj->remove_subaction($val);
Removes the AssociationEnd subaction
value $val
. Returns $obj
.
clear_subaction
$obj->clear_subaction;
Clears the AssociationEnd subaction
links to UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj
.
count_subaction
$obj->count_subaction;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Actions::Action_Foundation::Action associated with subaction
.
END OF DOCUMENT