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 BaseMatcher
engine, querySpecificationFields inherited from class QueryResultWrapper
backend -
Constructor Summary
ConstructorsConstructorDescriptionRawPatternMatcher(GenericQuerySpecification<? extends GenericPatternMatcher> specification) -
Method Summary
Methods inherited from class GenericPatternMatcher
arrayToMatch, arrayToMatchMutable, getSpecification, tupleToMatchMethods inherited from class 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
-