Interface IEvaluatorNode
-
- All Known Implementing Classes:
AbstractEvaluatorNode
,MemorylessEvaluatorNode
,OutputCachingEvaluatorNode
public interface IEvaluatorNode
This interface is required for the communication between the evaluation core end the evaluator node.- Since:
- 1.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReteContainer
getReteContainer()
java.lang.String
prettyPrintTraceInfoPatternList()
-
-
-
Method Detail
-
getReteContainer
ReteContainer getReteContainer()
-
prettyPrintTraceInfoPatternList
java.lang.String prettyPrintTraceInfoPatternList()
-
-