JTP API Documentation

jtp.frame.fc
Interface RuleFactory

All Known Implementing Classes:
InferredValueRuleFactory

public interface RuleFactory

A RuleFactory churns out reasoners that handle a specific kind of task.


Method Summary
 BlendingRuleAction createRuleAction(Literal ruleLit, Literal assertionLit, ReasoningStep ruleStep, List triggers)
          The method that actually creates a reasoner and returns it.
 

Method Detail

createRuleAction

public BlendingRuleAction createRuleAction(Literal ruleLit,
                                           Literal assertionLit,
                                           ReasoningStep ruleStep,
                                           List triggers)
                                    throws ReasoningException
The method that actually creates a reasoner and returns it.

ReasoningException

JTP API Documentation