@oslo-flanders/ea-uml-extractor
TypeScript icon, indicating that this package has built-in type declarations

0.0.19-alpha.0 • Public • Published

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");

Readme

Keywords

none

Package Sidebar

Install

npm i @oslo-flanders/ea-uml-extractor

Weekly Downloads

153

Version

0.0.19-alpha.0

License

MIT

Unpacked Size

47.6 kB

Total Files

49

Last publish

Collaborators

  • kristofvandenbroucke
  • bertvn
  • ddvlanck