
UMMF::UML_1_5::Foundation::Core::Parameter --

1.5





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

UMMF::UML_1_5::Foundation::Core::ModelElement

defaultValue : UMMF::UML_1_5::Foundation::Data_Types::Expressionprivate1changeableinstanceunorderedSet::Objectkind : UMMF::UML_1_5::Foundation::Data_Types::ParameterDirectionKindprivate1changeableinstanceunordered<"inout">Set::Object
parameter : THIS 0..* <---> behavioralFeature : UMMF::UML_1_5::Foundation::Core::BehavioralFeature 0..10..1changeableinstance1noneprivateSet::Objectparameter : THIS 0..* <---> event : UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event 0..10..1changeableinstance1compositeprivateSet::Objectparameter : THIS 0..* <---> state : UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ObjectFlowState 0..*0..*changeableinstance1nonepublicSet::Objectparameter : THIS 0..* <---> type : UMMF::UML_1_5::Foundation::Core::Classifier 11changeableinstance1nonepublicSet::Object
__validate_typeUMMF::UML_1_5::Foundation::Core::Parameter->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::Parameter.
__typecheckUMMF::UML_1_5::Foundation::Core::Parameter->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::Parameter-__validate_type($value)>> is false.
isaParameterReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Parameter. Other receivers will return false.
isaFoundation__Core__ParameterReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Parameter. Other receivers will return false. This is the fully qualified version of the isaParameter method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::Parameter') 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.
defaultValuemy $val = $obj->defaultValue;
Returns the UMMF::UML_1_5::Foundation::Data_Types::Expression value of Attribute defaultValue.
set_defaultValue$obj->set_defaultValue($val);
Sets the value of Attribute defaultValue. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::Expression or undef. Returns $obj.
count_defaultValue$obj->count_defaultValue;
Returns the number of elements (0 or 1) in defaultValue.
kindmy $val = $obj->kind;
Returns the UMMF::UML_1_5::Foundation::Data_Types::ParameterDirectionKind value of Attribute kind.
set_kind$obj->set_kind($val);
Sets the value of Attribute kind. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::ParameterDirectionKind or undef. Returns $obj.
count_kind$obj->count_kind;
Returns the number of elements (0 or 1) in kind.
behavioralFeaturemy $val = $obj->behavioralFeature;
Returns the AssociationEnd behavioralFeature value of type UMMF::UML_1_5::Foundation::Core::BehavioralFeature.
set_behavioralFeature$obj->set_behavioralFeature($val);
Sets the AssociationEnd behavioralFeature value. $val must of type UMMF::UML_1_5::Foundation::Core::BehavioralFeature. Returns $obj.
add_behavioralFeature$obj->add_behavioralFeature($val);
Adds the AssociationEnd behavioralFeature value. $val must of type UMMF::UML_1_5::Foundation::Core::BehavioralFeature. Throws exception if a value already exists. Returns $obj.
remove_behavioralFeature$obj->remove_behavioralFeature($val);
Removes the AssociationEnd behavioralFeature value $val. Returns $obj.
clear_behavioralFeature$obj->clear_behavioralFeature;
Clears the AssociationEnd behavioralFeature links to UMMF::UML_1_5::Foundation::Core::BehavioralFeature. Returns $obj.
count_behavioralFeature$obj->count_behavioralFeature;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::BehavioralFeature associated with behavioralFeature.
eventmy $val = $obj->event;
Returns the AssociationEnd event value of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event.
set_event$obj->set_event($val);
Sets the AssociationEnd event value. $val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. Returns $obj.
add_event$obj->add_event($val);
Adds the AssociationEnd event value. $val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. Throws exception if a value already exists. Returns $obj.
remove_event$obj->remove_event($val);
Removes the AssociationEnd event value $val. Returns $obj.
clear_event$obj->clear_event;
Clears the AssociationEnd event links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. Returns $obj.
count_event$obj->count_event;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event associated with event.
statemy @val = $obj->state; my $ary_val = $obj->state;
Returns the AssociationEnd state values of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ObjectFlowState. 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_state$obj->set_state(@val);
Sets the AssociationEnd state value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj.
add_state$obj->add_state(@val);
Adds AssociationEnd state values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj.
remove_state$obj->remove_state(@val);
Removes the AssociationEnd state values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj.
clear_state$obj->clear_state;
Clears the AssociationEnd state links to UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj.
count_state$obj->count_state;
Returns the number of elements associated with state.
typemy $val = $obj->type;
Returns the AssociationEnd type value of type UMMF::UML_1_5::Foundation::Core::Classifier.
set_type$obj->set_type($val);
Sets the AssociationEnd type value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.
add_type$obj->add_type($val);
Adds the AssociationEnd type value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Throws exception if a value already exists. Returns $obj.
remove_type$obj->remove_type($val);
Removes the AssociationEnd type value $val. Returns $obj.
clear_type$obj->clear_type;
Clears the AssociationEnd type links to UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.
count_type$obj->count_type;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Classifier associated with type.
END OF DOCUMENT