Default implementation of a knowledge base managing clause sets
in anordered container (like a list). Moving clause sets up and down
(assigning higher/lower priority) is supported here.
This class has been completely redesigned in version 2.1
New methods for adding/removing plugins to the knowledgebase are added since 3.3.1 (by Adrian Paschke).
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.2
Iterate over all clauses found for a certain key.
org.mandarax.util.ClauseIterator Parameters: query - org.mandarax.kernel.Clause Parameters: additionalParameter - java.lang.Object
Get a list containing all clause sets that have the key.
New in 2.2 - return copy of the original list.
Parameters: the - key object a list containing all clause sets