DOC

org.activecomponents.jadex : jadex-rules-base

Maven & Gradle

Sep 08, 2022
3 usages
41 stars

base · 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-base Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Mar 24, 2015
2 usages
30 stars
Jul 28, 2015
3 usages
90 stars
Jun 15, 2023
3 usages
5 stars
Oct 31, 2021
3 usages
40 stars
Jun 30, 2019
5 usages
1.6k stars
Jan 01, 2020
2 usages
6 stars
Aug 19, 2023
4 usages
240 stars
Jul 05, 2017
2 usages
2 stars
Sep 17, 2018
2 usages
70 stars
Feb 27, 2019
2 usages
80 stars