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

1.0.3 • 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

185

Version

1.0.3

License

MIT

Unpacked Size

48.9 kB

Total Files

50

Last publish

Collaborators

  • ddvlanck
  • kristofvandenbroucke
  • bertvn