Class InterpretedRelationalMatcher

All Implemented Interfaces:
IUpdateable, AnyResultSet, ResultSet<Boolean>

public class InterpretedRelationalMatcher extends AbstractInterpretedMatcher<Boolean>
Directly access the tuples inside a Refinery Interpreter pattern matcher.

This class neglects calling IQueryRuntimeContext.wrapTuple(tools.refinery.interpreter.matchers.tuple.Tuple) and IQueryRuntimeContext.unwrapTuple(tools.refinery.interpreter.matchers.tuple.Tuple), because RelationalRuntimeContext provides a trivial implementation for these methods. Using this class with any other runtime context may lead to undefined behavior.