Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The insertObject, UpdateObject and retractObject take as a parameter the java beans you want to insert. It is stored in a Map therefor we are using the equals and hashcode to find the object to retract/update.

The fireAllRules and stasrtProcess startProcess speak by themselvesd a themselves as well as the dispose method that you should call to properly dispose all java objects.

The interesting par part of it is getHistoryContainer which gives the list of event happening. There are 3 types of event ; about facts, processes and rules

...