moco.roaml_generator.main.main_roaml_to_scxml

moco.roaml_generator.main.main_roaml_to_scxml(_args: Sequence[str] | None = None) None

Main function for the RoaML model (with ASCXML models) to SCXML conversion.

Module containing the main entry points, pulling all necessary files together. BT.xml plugin.ascxml node1.ascxml => main_roaml_to_scxml => output folder node2.ascxml / env.ascxml /

Parameters:

args – The arguments to parse. If None, sys.argv is used.

Returns:

None