Uses of Class
org.openl.rules.tbasic.AlgorithmSubroutineMethod
-
Packages that use AlgorithmSubroutineMethod Package Description org.openl.rules.lang.xls.binding.wrapper org.openl.rules.lang.xls.binding.wrapper.base org.openl.rules.tbasic -
-
Uses of AlgorithmSubroutineMethod in org.openl.rules.lang.xls.binding.wrapper
Subclasses of AlgorithmSubroutineMethod in org.openl.rules.lang.xls.binding.wrapper Modifier and Type Class Description classAlgorithmSubroutineMethodWrapperConstructors in org.openl.rules.lang.xls.binding.wrapper with parameters of type AlgorithmSubroutineMethod Constructor Description AlgorithmSubroutineMethodWrapper(XlsModuleOpenClass xlsModuleOpenClass, AlgorithmSubroutineMethod delegate, org.openl.rules.lang.xls.binding.wrapper.ContextPropertiesInjector contextPropertiesInjector, boolean externalMethodCall) -
Uses of AlgorithmSubroutineMethod in org.openl.rules.lang.xls.binding.wrapper.base
Subclasses of AlgorithmSubroutineMethod in org.openl.rules.lang.xls.binding.wrapper.base Modifier and Type Class Description classAbstractAlgorithmSubroutineMethodWrapperFields in org.openl.rules.lang.xls.binding.wrapper.base declared as AlgorithmSubroutineMethod Modifier and Type Field Description protected AlgorithmSubroutineMethodAbstractAlgorithmSubroutineMethodWrapper. delegateMethods in org.openl.rules.lang.xls.binding.wrapper.base that return types with arguments of type AlgorithmSubroutineMethod Modifier and Type Method Description Collection<AlgorithmSubroutineMethod>AbstractAlgorithmWrapper. getSubroutines()Constructors in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type AlgorithmSubroutineMethod Constructor Description AbstractAlgorithmSubroutineMethodWrapper(AlgorithmSubroutineMethod delegate) -
Uses of AlgorithmSubroutineMethod in org.openl.rules.tbasic
Methods in org.openl.rules.tbasic that return types with arguments of type AlgorithmSubroutineMethod Modifier and Type Method Description Collection<AlgorithmSubroutineMethod>Algorithm. getSubroutines()Constructors in org.openl.rules.tbasic with parameters of type AlgorithmSubroutineMethod Constructor Description NoParamMethodField(String theFieldName, AlgorithmSubroutineMethod theMethodToInvoke)
-