@oslo-flanders/ea-uml-extractor
v1.0.5
Published
Reads all the information from an Enterprise Architect UML diagram
Readme
OSLO Enterprise Architect UML Extractor
Reads all the information from an Enterprise Architect UML diagram
This package extracts all the information from the UML diagram and creates a data registry containing the packages, elements (classes, data types and enumerations), connectors and attributes. The extractor is used by the OSLO conversion service.
Install
npm install @oslo-flanders/ea-uml-extractorUsage
import { DataRegistry } from '@oslo-flanders/ea-uml-extractor';
const model = new DataRegistry();