Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.85 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.85 KB

CircleCI CircleCI

ModelFlow

A conservative model management workflow execution language.

⚠️ This project is work in progress.

Screenshot

Quick links

Installation

Updatesite

You can generate the updatesite by cloning the project and running:

mvn clean verify

Then finding the updatesite inside releng/org.epsilonlabs.modelflow.updatesite/target/updatesite.zip

Dependencies

Your eclipse must have installed plugins from the following updatesites:

Project Structure

  • examples - Contains Eclipse projects that demonstrate how to use the ModelFlow language
  • integrations - Configuration of integrations e.g. Maven Plugins
  • experiments - Experments used for research publications
  • features - Eclipse features
  • plugins - Core development units of the language and the task/model extensions.
  • releng - Updatesite (for downloading) and Targetplatform (for development)
  • setup - Other dependencies
  • tests - Integration and Unit tests of the language