| |
|
| java.lang.Object biz.hammurapi.rules.KnowledgeMaximizingSet
KnowledgeMaximizingSet | public class KnowledgeMaximizingSet implements Set(Code) | | This class "maximizes knowledge", which means when more specific (superceding)
conclusions are added to the set less specific are removed. Conclusions less specific than present in
the set are not added at all.
author: Pavel Vlasov |
KnowledgeMaximizingSet | public KnowledgeMaximizingSet(Collection master)(Code) | | Parameters: master - Master collection |
KnowledgeMaximizingSet | public KnowledgeMaximizingSet()(Code) | | Constructs new KnowledgeMaximizingSet with java.util.HashSet as master.
|
add | public boolean add(Object arg)(Code) | | Adds object if collection doesn't contain equal or superceding object.
|
clear | public void clear()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|