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 void
createCheck
(TypeFilterConstraint typeConstraint, Map<PVariable, Integer> variableMapping) protected void
createCheck
(TypeConstraint typeConstraint, Map<PVariable, Integer> variableMapping) protected void
createExtend
(TypeConstraint typeConstraint, Map<PVariable, Integer> variableMapping) protected void
createUnaryTypeCheck
(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:
createCheck
in classAbstractOperationCompiler
-
createCheck
- Specified by:
createCheck
in classAbstractOperationCompiler
-
createUnaryTypeCheck
- Specified by:
createUnaryTypeCheck
in classAbstractOperationCompiler
-
createExtend
- Specified by:
createExtend
in classAbstractOperationCompiler
-