Uses of Class
org.openl.rules.tbasic.Algorithm
-
Packages that use Algorithm Package Description org.openl.rules.lang.xls.binding.wrapper org.openl.rules.lang.xls.binding.wrapper.base org.openl.rules.tbasic org.openl.rules.tbasic.compile -
-
Uses of Algorithm in org.openl.rules.lang.xls.binding.wrapper
Subclasses of Algorithm in org.openl.rules.lang.xls.binding.wrapper Modifier and Type Class Description classAlgorithmWrapperConstructors in org.openl.rules.lang.xls.binding.wrapper with parameters of type Algorithm Constructor Description AlgorithmWrapper(XlsModuleOpenClass xlsModuleOpenClass, Algorithm delegate, org.openl.rules.lang.xls.binding.wrapper.ContextPropertiesInjector contextPropertiesInjector, boolean externalMethodCall) -
Uses of Algorithm in org.openl.rules.lang.xls.binding.wrapper.base
Subclasses of Algorithm in org.openl.rules.lang.xls.binding.wrapper.base Modifier and Type Class Description classAbstractAlgorithmWrapperFields in org.openl.rules.lang.xls.binding.wrapper.base declared as Algorithm Modifier and Type Field Description protected AlgorithmAbstractAlgorithmWrapper. delegateConstructors in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type Algorithm Constructor Description AbstractAlgorithmWrapper(Algorithm delegate) -
Uses of Algorithm in org.openl.rules.tbasic
Methods in org.openl.rules.tbasic that return Algorithm Modifier and Type Method Description static AlgorithmAlgorithm. createAlgorithm(IOpenMethodHeader header, AlgorithmBoundNode node)AlgorithmAlgorithmBoundNode. getAlgorithm()Constructors in org.openl.rules.tbasic with parameters of type Algorithm Constructor Description AlgorithmBuilder(IBindingContext ctx, Algorithm algorithm, TableSyntaxNode tsn)AlgorithmInvoker(Algorithm algorithm) -
Uses of Algorithm in org.openl.rules.tbasic.compile
Methods in org.openl.rules.tbasic.compile with parameters of type Algorithm Modifier and Type Method Description voidAlgorithmCompiler. compile(Algorithm algorithm, IBindingContext bindingContext)Main logic
-