
UMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction --

1.0





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

UMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::ExplicitInvocationAction

isAsynchronous : UMMF::UML::MetaModel::Foundation::Data_Types::Booleanprivate
1
changeable
instance
unordered
Set::Object
0..* : ----> operation : UMMF::UML::MetaModel::Foundation::Core::Operation 11
changeable
instance
1
none
public
Set::Object
__validate_typeUMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction.
__typecheckUMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction-__validate_type($value)>> is false.
isaCallOperationActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction. Other receivers will return false.
isaBehavioral_Elements__Actions__Messaging_Actions__CallOperationActionReturns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction. Other receivers will return false. This is the fully qualified version of the isaCallOperationAction method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Actions::Messaging_Actions::CallOperationAction') 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.
isAsynchronousmy $val = $obj->isAsynchronous;
Returns the UMMF::UML::MetaModel::Foundation::Data_Types::Boolean value of Attribute isAsynchronous.
set_isAsynchronous$obj->set_isAsynchronous($val);
Sets the value of Attribute isAsynchronous. $val must be of type UMMF::UML::MetaModel::Foundation::Data_Types::Boolean or undef. Returns $obj.
count_isAsynchronous$obj->count_isAsynchronous;
Returns the number of elements (0 or 1) in isAsynchronous.
operationmy $val = $obj->operation;
Returns the AssociationEnd operation value of type UMMF::UML::MetaModel::Foundation::Core::Operation.
set_operation$obj->set_operation($val);
Sets the AssociationEnd operation value. $val must of type UMMF::UML::MetaModel::Foundation::Core::Operation. Returns $obj.
add_operation$obj->add_operation($val);
Adds the AssociationEnd operation value. $val must of type UMMF::UML::MetaModel::Foundation::Core::Operation. Throws exception if a value already exists. Returns $obj.
remove_operation$obj->remove_operation($val);
Removes the AssociationEnd operation value $val. Returns $obj.
clear_operation$obj->clear_operation;
Clears the AssociationEnd operation links to UMMF::UML::MetaModel::Foundation::Core::Operation. Returns $obj.
count_operation$obj->count_operation;
Returns the number of elements of type UMMF::UML::MetaModel::Foundation::Core::Operation associated with operation.
END OF DOCUMENT