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

1.0





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

UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action

NO ATTRIBUTES

0..* : collectionAction <---> subaction : UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action 11
changeable
instance
1
none
public
Set::Object
__validate_typeUMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::CollectionAction->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::CollectionAction.
__typecheckUMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::CollectionAction->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::CollectionAction-__validate_type($value)>> is false.
isaCollectionActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::CollectionAction. Other receivers will return false.
isaBehavioral_Elements__Actions__Collection_Actions__CollectionActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Collection_Actions::CollectionAction. Other receivers will return false. This is the fully qualified version of the isaCollectionAction method.
__model_namemy $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_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.
subactionmy $val = $obj->subaction;
Returns the AssociationEnd subaction value of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action.
set_subaction$obj->set_subaction($val);
Sets the AssociationEnd subaction value. $val must of type UMMF::UML::MetaModel::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::MetaModel::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::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action. Returns $obj.
count_subaction$obj->count_subaction;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Actions::Action_Foundation::Action associated with subaction.
END OF DOCUMENT