jtp.frame.fc
Class InferredValueRuleFactory
java.lang.Object
|
+--jtp.frame.fc.InferredValueRuleFactory
- All Implemented Interfaces:
- RuleFactory, Serializable
- public class InferredValueRuleFactory
- extends Object
- implements RuleFactory, Serializable
Created: Mon Aug 5 16:19:33 PDT 2002
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InferredValueRuleFactory
public InferredValueRuleFactory(FrameKB fkb)
createRuleAction
public BlendingRuleAction createRuleAction(Literal ruleLit,
Literal assertionLit,
ReasoningStep ruleStep,
List triggers)
- Description copied from interface:
RuleFactory
- The method that actually creates a reasoner and returns it.
- Specified by:
createRuleAction
in interface RuleFactory