Class RawPatternMatcher
java.lang.Object
tools.refinery.interpreter.internal.apiimpl.QueryResultWrapper
tools.refinery.interpreter.api.impl.BaseMatcher<GenericPatternMatch>
tools.refinery.interpreter.api.GenericPatternMatcher
tools.refinery.store.query.interpreter.internal.matcher.RawPatternMatcher
- All Implemented Interfaces:
InterpreterMatcher<GenericPatternMatch>
-
Field Summary
Fields inherited from class tools.refinery.interpreter.api.impl.BaseMatcher
engine, querySpecification
Fields inherited from class tools.refinery.interpreter.internal.apiimpl.QueryResultWrapper
backend
-
Constructor Summary
ConstructorDescriptionRawPatternMatcher
(GenericQuerySpecification<? extends GenericPatternMatcher> specification) -
Method Summary
Methods inherited from class tools.refinery.interpreter.api.GenericPatternMatcher
arrayToMatch, arrayToMatchMutable, getSpecification, tupleToMatch
Methods inherited from class tools.refinery.interpreter.api.impl.BaseMatcher
countMatches, countMatches, emptyArray, forEachMatch, forEachMatch, forOneArbitraryMatch, forOneArbitraryMatch, getAllMatches, getAllMatches, getAllValues, getAllValues, getCapabilities, getEngine, getOneArbitraryMatch, getOneArbitraryMatch, getParameterNames, getPatternName, getPositionOfParameter, hasMatch, hasMatch, matchToArray, newEmptyMatch, newMatch, rawAccumulateAllValues, rawCountMatches, rawForEachMatch, rawForOneArbitraryMatch, rawGetOneArbitraryMatch, rawHasMatch, rawStreamAllMatches, rawStreamAllValues, setBackend, streamAllMatches, streamAllMatches
-
Constructor Details
-
RawPatternMatcher
-