Class GenericOperationCompiler
java.lang.Object
tools.refinery.interpreter.localsearch.planner.compiler.AbstractOperationCompiler
tools.refinery.interpreter.localsearch.planner.compiler.GenericOperationCompiler
- All Implemented Interfaces:
IOperationCompiler
- Since:
- 1.7
-
Field Summary
Fields inherited from class tools.refinery.interpreter.localsearch.planner.compiler.AbstractOperationCompiler
dependencies, operations, runtimeContext, UNSUPPORTED_TYPE_MESSAGE, variableBindings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateCheck(TypeFilterConstraint typeConstraint, Map<PVariable, Integer> variableMapping) protected voidcreateCheck(TypeConstraint typeConstraint, Map<PVariable, Integer> variableMapping) protected voidcreateExtend(TypeConstraint typeConstraint, Map<PVariable, Integer> variableMapping) protected voidcreateUnaryTypeCheck(IInputKey inputKey, int position) Methods inherited from class tools.refinery.interpreter.localsearch.planner.compiler.AbstractOperationCompiler
compile, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createExtend, createExtend, createExtend, createExtend, createExtend, createExtend, createExtend, createExtendDispatcher, getDependencies, getVariableMappings
-
Constructor Details
-
GenericOperationCompiler
-
-
Method Details
-
createCheck
protected void createCheck(TypeFilterConstraint typeConstraint, Map<PVariable, Integer> variableMapping) - Specified by:
createCheckin classAbstractOperationCompiler
-
createCheck
- Specified by:
createCheckin classAbstractOperationCompiler
-
createUnaryTypeCheck
- Specified by:
createUnaryTypeCheckin classAbstractOperationCompiler
-
createExtend
- Specified by:
createExtendin classAbstractOperationCompiler
-