| biz.hammurapi.rules.Fact
Fact | public interface Fact (Code) | | 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. |
isPrivate | boolean isPrivate()(Code) | | 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.
|
|
|