475476477478479480481
// private RuleFlowGroup ruleFlowGroup; private LeftTupleList tupleMemory; public TerminalNodeMemory() { this.tupleMemory = new LeftTupleList(); }
472473474475476477478
345346347348349350351352
public EvalMemory(final boolean tupleMemoryEnabled, final Object context) { this.context = context; if ( tupleMemoryEnabled ) { this.tupleMemory = new LeftTupleList(); } }
470471472473474475476