DOC

net.sourceforge.jadex : jadex-rules

Maven & Gradle

Dec 20, 2013
14 usages

jadex-rules · Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Table Of Contents

Latest Version

Download net.sourceforge.jadex : jadex-rules Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sourceforge.jadex : jadex-rules Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.4
2.3
2.2.x
2.2
2.1
2.0

How to open Javadoc JAR file in web browser

  1. Rename the file jadex-rules-2.4-javadoc.jar to jadex-rules-2.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jadex-rules-2.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jadex-rules-2.4-sources.jar" -d "jadex-rules-2.4-javadoc" -subpackages