biz.hammurapi.rules
Interface Fact


public interface Fact

This interface allows to indicate that some conclusion is internal for the rule engine, i.e. it is used only by rules but is not made accessible to rule engine clients.

Author:
Pavel Vlasov

Method Summary
 boolean isPrivate()
          If this method returns true then fact posted by a rule is not added to handle manager and as such is not available outside the rule engine.
 

Method Detail

isPrivate

boolean isPrivate()
If this method returns true then fact posted by a rule is not added to handle manager and as such is not available outside the rule engine.



Copyright © 2005 Hammurapi Group. All Rights Reserved.