| UMMF documentation | view source | Contained in the UMMF distribution. |
behavior : THIS 0..* <---> context : UMMF::UML_1_5::Foundation::Core::ModelElement 0..1submachine : THIS 1 <---> submachineState : UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState 0..*0..*changeableinstance1noneprivateSet::Object
stateMachine : THIS 0..1 <---> top : UMMF::UML_1_5::Behavioral_Elements::State_Machines::State 1stateMachine : THIS 0..1 <---> transitions : UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition 0..*__validate_type__typecheckisaStateMachineisaBehavioral_Elements__State_Machines__StateMachine__model_name __isAbstract___initialize__initialize__createcontextset_contextadd_contextremove_contextclear_contextcount_contextsubmachineStateset_submachineStateadd_submachineStateremove_submachineStateclear_submachineStatecount_submachineStatetopset_topadd_topremove_topclear_topcount_toptransitionsset_transitionsadd_transitionsremove_transitionsclear_transitionscount_transitions
UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine --
1.5
NO ATTRIBUTES
behavior : THIS 0..* <---> context : UMMF::UML_1_5::Foundation::Core::ModelElement 0..10..1changeableinstanceaggregatepublicSet::Objectsubmachine : THIS 1 <---> submachineState : UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState 0..*0..*changeableinstancenoneprivateSet::ObjectstateMachine : THIS 0..1 <---> top : UMMF::UML_1_5::Behavioral_Elements::State_Machines::State 11changeableinstancenonepublicSet::ObjectstateMachine : THIS 0..1 <---> transitions : UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition 0..*0..*changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine.
__typecheckUMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine-__validate_type($value)>> is false.
isaStateMachineReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine. Other receivers will return false.
isaBehavioral_Elements__State_Machines__StateMachineReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine.
Other receivers will return false.
This is the fully qualified version of the isaStateMachine method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::State_Machines::StateMachine') for an object or package of
this Classifier.
__isAbstract$package->__isAbstract;
Returns 0.
___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.
contextmy $val = $obj->context;
Returns the AssociationEnd context value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_context$obj->set_context($val);
Sets the AssociationEnd context value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_context$obj->add_context($val);
Adds the AssociationEnd context value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Throws exception if a value already exists.
Returns $obj.
remove_context$obj->remove_context($val);
Removes the AssociationEnd context value $val.
Returns $obj.
clear_context$obj->clear_context;
Clears the AssociationEnd context links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_context$obj->count_context;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with context.
submachineStatemy @val = $obj->submachineState; my $ary_val = $obj->submachineState;
Returns the AssociationEnd submachineState values of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState (UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState).
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_submachineState$obj->set_submachineState(@val);
Sets the AssociationEnd submachineState value.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState (UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState).
Returns $obj.
add_submachineState$obj->add_submachineState(@val);
Adds AssociationEnd submachineState values.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState (UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState).
Returns $obj.
remove_submachineState$obj->remove_submachineState(@val);
Removes the AssociationEnd submachineState values @val.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState (UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState).
Returns $obj.
clear_submachineState$obj->clear_submachineState;
Clears the AssociationEnd submachineState links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState (UMMF::UML_1_5::Behavioral_Elements::State_Machines::SubmachineState).
Returns $obj.
count_submachineState$obj->count_submachineState;
Returns the number of elements associated with submachineState.
topmy $val = $obj->top;
Returns the AssociationEnd top value of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::State.
set_top$obj->set_top($val);
Sets the AssociationEnd top value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::State.
Returns $obj.
add_top$obj->add_top($val);
Adds the AssociationEnd top value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::State.
Throws exception if a value already exists.
Returns $obj.
remove_top$obj->remove_top($val);
Removes the AssociationEnd top value $val.
Returns $obj.
clear_top$obj->clear_top;
Clears the AssociationEnd top links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::State.
Returns $obj.
count_top$obj->count_top;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::State associated with top.
transitionsmy @val = $obj->transitions; my $ary_val = $obj->transitions;
Returns the AssociationEnd transitions values of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition.
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_transitions$obj->set_transitions(@val);
Sets the AssociationEnd transitions value.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition.
Returns $obj.
add_transitions$obj->add_transitions(@val);
Adds AssociationEnd transitions values.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition.
Returns $obj.
remove_transitions$obj->remove_transitions(@val);
Removes the AssociationEnd transitions values @val.
Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition.
Returns $obj.
clear_transitions$obj->clear_transitions;
Clears the AssociationEnd transitions links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition.
Returns $obj.
count_transitions$obj->count_transitions;
Returns the number of elements associated with transitions.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |