0.0.18-alpha.0 • Published 11 days ago

@oslo-flanders/ea-uml-extractor v0.0.18-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

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-extractor

Usage

import { DataRegistry } from "@oslo-flanders/ea-uml-extractor";

const model = new DataRegistry();
await model.extract("path/to/uml/diagram");