Skip to content

krequena/eamodeltransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eamodeltransfer - Java library for Enterprise Architect

Build Status

Description

EAModelTransfer is an open-source Java library which aims to provide a high-performant solution to an specific commercial product (Sparx Systems Enterprise Architect).

Specifically, it provides a way to perform Model Transfer operations that are not supported by the product API.

Dependencies

This library makes use of:

Documentation and Usage

After importing the library in a Java project, it can easily be used as follows:

    import pro.requena.ea.modeltransfer.ModelTransfer;
    [...]
    ModelTransfer modelTransfer = new ModelTransfer();
    modelTransfer.transfer(source, target, batchInsert);

Take a look at the project Wiki page for more information: https://github.com/krequena/eamodeltransfer/wiki.

Contributing

We believe in the open-source collaboration model, this is, we will gladly welcome both your suggestions and -specially- your code to keep improving this library.

Disclaimer

The vendors cited in this project are named only to maintain context.

About

Model Transfer library for Sparx Enterprise Architect models.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages