UNPKG

yed2kingly

Version:

Supports the conversion of graphs drawn with the yed editor into Kingly state machines

11 lines (9 loc) 276 B
const { ACTION_IDENTITY } = require('kingly') module.exports = { YED_SHALLOW_HISTORY_STATE: "H", YED_DEEP_HISTORY_STATE: "H*", SEP : 'ღ', DEFAULT_ACTION_FACTORY_STR : 'ACTION_IDENTITY', DEFAULT_ACTION_FACTORY : ACTION_IDENTITY, YED_ENTRY_STATE : 'init' }