coin_scxml(3) Coin coin_scxml(3) NAME coin_scxml - State Chart XML Classes - This set of classes is a basic implementation of State Chart XML. SYNOPSIS Classes class ScXML namespace for static ScXML-related functions. class ScXMLObject Base class for all SCXML objects. class ScXMLEvent Base class for events sent to SCXML state machines. class ScXMLEventTarget base class for event targets for inter-system event communication class ScXMLStateMachine Manager for processing events and setting states in SCXML structures. class ScXMLElt base class for all SCXML elements. class ScXMLEltReader base class for element reader objects class ScXMLScxmlElt implements the SCXML element. class ScXMLInitialElt implements the SCXML element. class ScXMLAbstractStateElt abstract base class for the SCXML 'state' elements. class ScXMLStateElt implements the SCXML element. class ScXMLParallelElt implements the SCXML element. class ScXMLFinalElt implements the SCXML element. class ScXMLOnEntryElt implements the SCXML element. class ScXMLOnExitElt implements the SCXML element. class ScXMLTransitionElt the SCXML element. class ScXMLHistoryElt implements the SCXML element. class ScXMLExecutableElt base class for all SCXML elements with executable content. class ScXMLEventElt implements the SCXML element. class ScXMLIfElt implements the SCXML element. class ScXMLElseIfElt implements the SCXML element. class ScXMLElseElt implements the SCXML element. class ScXMLLogElt implements the SCXML element. class ScXMLDataModelElt implements the SCXML element. class ScXMLDataElt the SCXML element. class ScXMLAssignElt the SCXML element. class ScXMLValidateElt implements the SCXML element. class ScXMLSendElt the < send> SCXML element. class ScXMLInvokeElt implements the SCXML element. class ScXMLParamElt implements the SCXML element. class ScXMLFinalizeElt implements the SCXML element. class ScXMLContentElt implements the SCXML element. class ScXMLAnchorElt implements the SCXML element. class ScXMLScriptElt implements the