
UMMF::MOF_1_4_1::Model::Operation --

1.4.1





UMMF::UML_1_5::Foundation::Core::Class

UMMF::MOF_1_4_1::Model::BehavioralFeature

isQuery : UMMF::MOF_1_4_1::Model::Booleanprivate1changeableinstanceunorderedSet::Object
operation : THIS 0..* <---> except : UMMF::MOF_1_4_1::Model::Exception 0..*0..*changeableinstanceordered1nonepublicARRAY
__validate_typeUMMF::MOF_1_4_1::Model::Operation->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_4_1::Model::Operation.
__typecheckUMMF::MOF_1_4_1::Model::Operation->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_4_1::Model::Operation-__validate_type($value)>> is false.
isaOperationReturns true if receiver is a UMMF::MOF_1_4_1::Model::Operation. Other receivers will return false.
isaModel__OperationReturns true if receiver is a UMMF::MOF_1_4_1::Model::Operation. Other receivers will return false. This is the fully qualified version of the isaOperation method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Model::Operation') 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::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.
isQuerymy $val = $obj->isQuery;
Returns the UMMF::MOF_1_4_1::Model::Boolean value of Attribute isQuery.
set_isQuery$obj->set_isQuery($val);
Sets the value of Attribute isQuery. $val must be of type UMMF::MOF_1_4_1::Model::Boolean or undef. Returns $obj.
count_isQuery$obj->count_isQuery;
Returns the number of elements (0 or 1) in isQuery.
exceptmy @val = $obj->except; my $ary_val = $obj->except;
Returns the AssociationEnd except values of type UMMF::MOF_1_4_1::Model::Exception. 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_exceptmy $x = $obj->index_except($i); my @x = $obj->index_except($i, $count);
In scalar context, returns the value of AssociationEnd except at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_exceptmy $index = $obj->index_of_except($val);
Returns the index of $val in AssociationEnd except. Return undef if $val is not in except.
set_except$obj->set_except(@val);
Sets the AssociationEnd except value. Elements of @val must of type UMMF::MOF_1_4_1::Model::Exception. Returns $obj.
set_index_except$obj->set_index_except($i, $val);
Sets the value of AssociationEnd except at index $i. Returns self.
add_except$obj->add_except(@val);
Adds AssociationEnd except values. Elements of @val must of type UMMF::MOF_1_4_1::Model::Exception. Returns $obj.
add_index_except$obj->add_index_except($i, @val);
Adds AssociationEnd except values at index $i. Elements of @val must of type UMMF::MOF_1_4_1::Model::Exception. Returns $obj.
remove_except$obj->remove_except(@val);
Removes the AssociationEnd except values @val. Elements of @val must of type UMMF::MOF_1_4_1::Model::Exception. Returns $obj.
clear_except$obj->clear_except;
Clears the AssociationEnd except links to UMMF::MOF_1_4_1::Model::Exception. Returns $obj.
count_except$obj->count_except;
Returns the number of elements associated with except.
END OF DOCUMENT