.TH "coin_scxml" 3 "Tue Dec 26 2023 17:59:22" "Version 4.0.2" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME coin_scxml \- State Chart XML Classes .PP \- This set of classes is a basic implementation of State Chart XML\&. .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBScXML\fP" .br .RI "namespace for static ScXML-related functions\&. " .ti -1c .RI "class \fBScXMLObject\fP" .br .RI "Base class for all SCXML objects\&. " .ti -1c .RI "class \fBScXMLEvent\fP" .br .RI "Base class for events sent to SCXML state machines\&. " .ti -1c .RI "class \fBScXMLEventTarget\fP" .br .RI "base class for event targets for inter-system event communication " .ti -1c .RI "class \fBScXMLStateMachine\fP" .br .RI "Manager for processing events and setting states in SCXML structures\&. " .ti -1c .RI "class \fBScXMLElt\fP" .br .RI "base class for all SCXML elements\&. " .ti -1c .RI "class \fBScXMLEltReader\fP" .br .RI "base class for element reader objects " .ti -1c .RI "class \fBScXMLScxmlElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLInitialElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLAbstractStateElt\fP" .br .RI "abstract base class for the SCXML 'state' elements\&. " .ti -1c .RI "class \fBScXMLStateElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLParallelElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLFinalElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLOnEntryElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLOnExitElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLTransitionElt\fP" .br .RI "the \fC\fP SCXML element\&. " .ti -1c .RI "class \fBScXMLHistoryElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLExecutableElt\fP" .br .RI "base class for all SCXML elements with executable content\&. " .ti -1c .RI "class \fBScXMLEventElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLIfElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLElseIfElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLElseElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLLogElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLDataModelElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLDataElt\fP" .br .RI "the \fC\fP SCXML element\&. " .ti -1c .RI "class \fBScXMLAssignElt\fP" .br .RI "the SCXML element\&. " .ti -1c .RI "class \fBScXMLValidateElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLSendElt\fP" .br .RI "the \fC<\fP send> SCXML element\&. " .ti -1c .RI "class \fBScXMLInvokeElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLParamElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLFinalizeElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLContentElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLAnchorElt\fP" .br .RI "implements the SCXML element\&. " .ti -1c .RI "class \fBScXMLScriptElt\fP" .br .RI "implements the