DOC

org.activecomponents.jadex : jadex-rules

Maven & Gradle

May 11, 2020
4 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 org.activecomponents.jadex : jadex-rules Javadoc & API Documentation - Latest Versions:

All Versions

Download org.activecomponents.jadex : jadex-rules Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x
3.0

How to open Javadoc JAR file in web browser

  1. Rename the file jadex-rules-3.0.117-javadoc.jar to jadex-rules-3.0.117-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jadex-rules-3.0.117-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-3.0.117-sources.jar" -d "jadex-rules-3.0.117-javadoc" -subpackages 

Advertisement

Dependencies from Group

Sep 08, 2022
37 usages
41 stars
Sep 08, 2022
30 usages
41 stars
May 11, 2020
29 usages
Sep 08, 2022
26 usages
41 stars

Discover Dependencies

Jul 13, 2023
13 usages
30 stars
Jan 28, 2021
3 usages
1 stars
Jul 21, 2023
32 usages
15 stars
Mar 28, 2022
2 usages
17 stars
Mar 28, 2022
2 usages
17 stars
Oct 12, 2022
3 usages
59 stars
15 usages
1.3k stars
Aug 09, 2023
22 usages
354 stars