Skip to content
Kevin Brightwell edited this page Aug 26, 2015 · 2 revisions

Introduction

Umpr consists of a simple interface for viewing Umple models and showcasing Umple's ability to import new models.

http://i.imgur.com/pyJDueI.png

Components

Umpr is split into two components: umpr.core and umpr.ui.

[umpr.core](https://github.com/umple/umpr.core)
Consists of all importing facilities, including repositories, resolution strategies, and workflows.
[umpr.ui](https://github.com/umple/umpr.ui)
Consists of a web front-end with accessible links for downloading content and viewing models on UmpleOnline.

umpr.core

The current features of umpr.core include:

  • Importing of all Umple-supported model types available in UmpleImportHandlerFactory
  • Extensible support for the addition of new Repositories (see UmprCoreRepositories)
  • Verification of import models through Importer verification and Umple Model verification
Clone this wiki locally