Package org.openl.rules.tbasic.compile
Class OperationFactory
- java.lang.Object
-
- org.openl.rules.tbasic.compile.OperationFactory
-
public class OperationFactory extends Object
Factory for creating TBasic operations from the 'org.openl.rules.tbasic.runtime.operations' package Created by dl on 9/16/14.
-
-
Constructor Summary
Constructors Constructor Description OperationFactory(ParameterConverterManager parameterConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeOperationcreateOperation(List<AlgorithmTreeNode> nodesToCompile, org.openl.rules.tbasic.compile.ConversionRuleStep conversionStep, IBindingContext bindingContext)
-
-
-
Constructor Detail
-
OperationFactory
public OperationFactory(ParameterConverterManager parameterConverter)
-
-
Method Detail
-
createOperation
public RuntimeOperation createOperation(List<AlgorithmTreeNode> nodesToCompile, org.openl.rules.tbasic.compile.ConversionRuleStep conversionStep, IBindingContext bindingContext)
-
-