
UMMF::UML_1_5::Behavioral_Elements::State_Machines::State --

1.5





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

UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex

NO ATTRIBUTES

inState : THIS 1..* <---> classifierInState : UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ClassifierInState 0..*0..*changeableinstance1noneprivateSet::Objectstate : THIS 0..* <---> deferrableEvent : UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event 0..*0..*changeableinstance1nonepublicSet::Objectstate_doActivity : THIS 0..1 <---> doActivity : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure 0..10..1changeableinstance1nonepublicSet::Objectstate_entry : THIS 0..1 <---> entry : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure 0..10..1changeableinstance1nonepublicSet::Objectstate_exit : THIS 0..1 <---> exit : UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure 0..10..1changeableinstance1nonepublicSet::Objectstate : THIS 0..1 <---> internalTransition : UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition 0..*0..*changeableinstance1nonepublicSet::Objecttop : THIS 1 <---> stateMachine : UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine 0..10..1changeableinstance1compositeprivateSet::Object
__validate_typeUMMF::UML_1_5::Behavioral_Elements::State_Machines::State->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::State_Machines::State.
__typecheckUMMF::UML_1_5::Behavioral_Elements::State_Machines::State->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::State_Machines::State-__validate_type($value)>> is false.
isaStateReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::State_Machines::State. Other receivers will return false.
isaBehavioral_Elements__State_Machines__StateReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::State_Machines::State. Other receivers will return false. This is the fully qualified version of the isaState method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::State_Machines::State') 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.
classifierInStatemy @val = $obj->classifierInState; my $ary_val = $obj->classifierInState;
Returns the AssociationEnd classifierInState values of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ClassifierInState. 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_classifierInState$obj->set_classifierInState(@val);
Sets the AssociationEnd classifierInState value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ClassifierInState. Returns $obj.
add_classifierInState$obj->add_classifierInState(@val);
Adds AssociationEnd classifierInState values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ClassifierInState. Returns $obj.
remove_classifierInState$obj->remove_classifierInState(@val);
Removes the AssociationEnd classifierInState values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ClassifierInState. Returns $obj.
clear_classifierInState$obj->clear_classifierInState;
Clears the AssociationEnd classifierInState links to UMMF::UML_1_5::Behavioral_Elements::Activity_Graphs::ClassifierInState. Returns $obj.
count_classifierInState$obj->count_classifierInState;
Returns the number of elements associated with classifierInState.
deferrableEventmy @val = $obj->deferrableEvent; my $ary_val = $obj->deferrableEvent;
Returns the AssociationEnd deferrableEvent values of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. 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_deferrableEvent$obj->set_deferrableEvent(@val);
Sets the AssociationEnd deferrableEvent value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. Returns $obj.
add_deferrableEvent$obj->add_deferrableEvent(@val);
Adds AssociationEnd deferrableEvent values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. Returns $obj.
remove_deferrableEvent$obj->remove_deferrableEvent(@val);
Removes the AssociationEnd deferrableEvent values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. Returns $obj.
clear_deferrableEvent$obj->clear_deferrableEvent;
Clears the AssociationEnd deferrableEvent links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::Event. Returns $obj.
count_deferrableEvent$obj->count_deferrableEvent;
Returns the number of elements associated with deferrableEvent.
doActivitymy $val = $obj->doActivity;
Returns the AssociationEnd doActivity value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure.
set_doActivity$obj->set_doActivity($val);
Sets the AssociationEnd doActivity value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj.
add_doActivity$obj->add_doActivity($val);
Adds the AssociationEnd doActivity value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Throws exception if a value already exists. Returns $obj.
remove_doActivity$obj->remove_doActivity($val);
Removes the AssociationEnd doActivity value $val. Returns $obj.
clear_doActivity$obj->clear_doActivity;
Clears the AssociationEnd doActivity links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj.
count_doActivity$obj->count_doActivity;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure associated with doActivity.
entrymy $val = $obj->entry;
Returns the AssociationEnd entry value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure.
set_entry$obj->set_entry($val);
Sets the AssociationEnd entry value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj.
add_entry$obj->add_entry($val);
Adds the AssociationEnd entry value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Throws exception if a value already exists. Returns $obj.
remove_entry$obj->remove_entry($val);
Removes the AssociationEnd entry value $val. Returns $obj.
clear_entry$obj->clear_entry;
Clears the AssociationEnd entry links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj.
count_entry$obj->count_entry;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure associated with entry.
exitmy $val = $obj->exit;
Returns the AssociationEnd exit value of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure.
set_exit$obj->set_exit($val);
Sets the AssociationEnd exit value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj.
add_exit$obj->add_exit($val);
Adds the AssociationEnd exit value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Throws exception if a value already exists. Returns $obj.
remove_exit$obj->remove_exit($val);
Removes the AssociationEnd exit value $val. Returns $obj.
clear_exit$obj->clear_exit;
Clears the AssociationEnd exit links to UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj.
count_exit$obj->count_exit;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Common_Behavior::Procedure associated with exit.
internalTransitionmy @val = $obj->internalTransition; my $ary_val = $obj->internalTransition;
Returns the AssociationEnd internalTransition 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_internalTransition$obj->set_internalTransition(@val);
Sets the AssociationEnd internalTransition value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
add_internalTransition$obj->add_internalTransition(@val);
Adds AssociationEnd internalTransition values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
remove_internalTransition$obj->remove_internalTransition(@val);
Removes the AssociationEnd internalTransition values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
clear_internalTransition$obj->clear_internalTransition;
Clears the AssociationEnd internalTransition links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
count_internalTransition$obj->count_internalTransition;
Returns the number of elements associated with internalTransition.
stateMachinemy $val = $obj->stateMachine;
Returns the AssociationEnd stateMachine value of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine.
set_stateMachine$obj->set_stateMachine($val);
Sets the AssociationEnd stateMachine value. $val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine. Returns $obj.
add_stateMachine$obj->add_stateMachine($val);
Adds the AssociationEnd stateMachine value. $val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine. Throws exception if a value already exists. Returns $obj.
remove_stateMachine$obj->remove_stateMachine($val);
Removes the AssociationEnd stateMachine value $val. Returns $obj.
clear_stateMachine$obj->clear_stateMachine;
Clears the AssociationEnd stateMachine links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine. Returns $obj.
count_stateMachine$obj->count_stateMachine;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateMachine associated with stateMachine.
END OF DOCUMENT