public interface IOperationCompiler
Modifier and Type | Method and Description |
---|---|
java.util.List<ISearchOperation> |
compile(SubPlan plan,
java.util.Set<PParameter> boundParameters)
Compiles a plan of
POperation s to a list of type List<ISearchOperation> |
java.util.Set<CallWithAdornment> |
getDependencies()
Replaces previous method returning
MatcherReference |
java.util.Map<PVariable,java.lang.Integer> |
getVariableMappings() |
java.util.List<ISearchOperation> compile(SubPlan plan, java.util.Set<PParameter> boundParameters)
POperation
s to a list of type List<ISearchOperation>
plan
- boundParameters
- ViatraQueryRuntimeException
java.util.Set<CallWithAdornment> getDependencies()
MatcherReference
java.util.Map<PVariable,java.lang.Integer> getVariableMappings()