Uses of Interface
biz.hammurapi.rules.Negator

Packages that use Negator
biz.hammurapi.rules   
 

Uses of Negator in biz.hammurapi.rules
 

Classes in biz.hammurapi.rules that implement Negator
 class ConclusionNegator
          Negates conclusions equal or superceding the conclusion passed to the constructor
 class EqualityNegator
          Negates objects which are equal to the object passed to the constructor.
 class IdentityNegator
          Negates the object passed to the constructor.
 class ObjectNegator
          Negates object whose handles are equal to handle of the object passed to the constructor.
 

Methods in biz.hammurapi.rules that return Negator
protected  Negator QueueingRulesContainer.newNegator(java.lang.Object obj)
          Instantiates new negator.
 

Methods in biz.hammurapi.rules with parameters of type Negator
 boolean Conclusion.isNegatedBy(Negator negator)
          Returns true if negator negates this conclusion any of its slots or all its derivations.
 boolean IdentityHandleManager.isNegatedBy(Negator negator)
           
 boolean KnowledgeMaximizingHandleManager.isNegatedBy(Negator negator)
           
 boolean Negatable.isNegatedBy(Negator negator)
           
 boolean PojoCollectionManager.isNegatedBy(Negator negator)
          Iterates over all collections and removes negated facts.
 boolean Derivation.negatedBy(Negator negator)
          Derivation is negated if any of its constituent facts in negated.
static boolean Conclusion.object2Negator(java.lang.Object o, Negator n)
          Convenience method to properly negate objects taking implementations of Negatable into account.
 



Copyright © 2005 Hammurapi Group. All Rights Reserved.