0.1.0 • Published 6 years ago

@atlas-engine/core.process_model_parser v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

AtlasEngine ProcessModelParser

This package contains the BpmnModelParser, which implements the IModelParser interface from the @atlas-engine/core.contracts package.

It is used for reading the raw XML of a BPMN file and converting it into a JSON-based object structure, which can be interpreted by the AtlasEngine.

To make it easier to understand, the Parser is divided into several smaller parsers, each designed to parse a certain part of the BPMNs raw XML.