Skip to content

epsilonlabs/modelflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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