biz.hammurapi.rules
Interface KnowledgeCompactor
- All Known Implementing Classes:
- KnowledgeMaximizingCompactor
public interface KnowledgeCompactor
Implementations of this interface preprocess object collections before returning them from
RuleSession.getObjects(). Unlike ObjectFilter this method works on entire collection of facts
and conclusions.
- Author:
- Pavel Vlasov
Method Summary |
java.util.List |
compact(java.util.List source)
Removes unnecessary items from the collection. |
compact
java.util.List compact(java.util.List source)
- Removes unnecessary items from the collection.
- Parameters:
source
-
- Returns:
Copyright © 2005 Hammurapi Group. All Rights Reserved.