Package org.openl.rules.tbasic.compile
Interface AlgoritmNodesCompiler.OperationAnalyzer
-
- Enclosing class:
- AlgoritmNodesCompiler
public static interface AlgoritmNodesCompiler.OperationAnalyzer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RuntimeOperation>getOperations(List<AlgorithmTreeNode> nodesToCompile, org.openl.rules.tbasic.compile.ConversionRuleStep conversionStep, IBindingContext bindingContext)booleansuits(String operationType)
-
-
-
Method Detail
-
suits
boolean suits(String operationType)
-
getOperations
List<RuntimeOperation> getOperations(List<AlgorithmTreeNode> nodesToCompile, org.openl.rules.tbasic.compile.ConversionRuleStep conversionStep, IBindingContext bindingContext)
-
-