as2fm.scxml_converter.scxml_entries

Modules

as2fm.scxml_converter.scxml_entries.ascxml_configuration

Declaration of a generic ASCXML Configuration superclass.

as2fm.scxml_converter.scxml_entries.ascxml_declaration

Generic declaration ASCXML entry.

as2fm.scxml_converter.scxml_entries.ascxml_thread

Generic declaration ASCXML entry.

as2fm.scxml_converter.scxml_entries.scxml_assign

as2fm.scxml_converter.scxml_entries.scxml_base

Base SCXML class, defining the methods all SCXML entries shall implement.

as2fm.scxml_converter.scxml_entries.scxml_data

Container for a single variable definition in SCXML.

as2fm.scxml_converter.scxml_entries.scxml_data_model

Container for the variables defined in the SCXML model.

as2fm.scxml_converter.scxml_entries.scxml_executable_entry

Definition of SCXML Tags that can be part of executable content

as2fm.scxml_converter.scxml_entries.scxml_if

as2fm.scxml_converter.scxml_entries.scxml_param

Container for a single parameter, sent within an event.

as2fm.scxml_converter.scxml_entries.scxml_root

The main entry point of the supported SCXML Models and a loader function.

as2fm.scxml_converter.scxml_entries.scxml_send

as2fm.scxml_converter.scxml_entries.scxml_state

A single state in SCXML.

as2fm.scxml_converter.scxml_entries.scxml_transition

A single transition in SCXML.

as2fm.scxml_converter.scxml_entries.scxml_transition_target

A single transition in SCXML.

as2fm.scxml_converter.scxml_entries.type_utils

Collection of utilities for handling custom data structs in SCXML.

as2fm.scxml_converter.scxml_entries.utils

Collection of various utilities for SCXML entries.

as2fm.scxml_converter.scxml_entries.xml_utils