Skip to content

hgoes/modelicus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modelicus - Aspect Oriented Rule Language for Modelica

Modelica is a modeling language for physical systems. This tool can be used to enforce modeling rules.

Dependencies

Modelicus is written in Java and thus requires a JDK >= 1.7. It uses SWI Prolog(swipl >= 7.0) as its decision procedure. ANTLR is used as a parser generator. Apache Ant is the build system.

Installation

Unless your SWI Prolog installation also placed the Java bindings into /usr/lib64/swipl-jpl/, you'll need to adjust the path in the build file.

Then, simply run

ant jar

To create the package build/modelicus.jar.

You can also execute

ant test

to run a short example from the test directory.

About

Aspect Oriented Rule Language for Modelica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published