Uses of Class
org.openl.rules.vm.SimpleRulesRuntimeEnv
-
Packages that use SimpleRulesRuntimeEnv Package Description org.openl.rules.lang.xls.binding.wrapper org.openl.rules.vm org.openl.rules.vm.ce -
-
Uses of SimpleRulesRuntimeEnv in org.openl.rules.lang.xls.binding.wrapper
Methods in org.openl.rules.lang.xls.binding.wrapper that return SimpleRulesRuntimeEnv Modifier and Type Method Description static SimpleRulesRuntimeEnvWrapperLogic. extractSimpleRulesRuntimeEnv(IRuntimeEnv env)Methods in org.openl.rules.lang.xls.binding.wrapper with parameters of type SimpleRulesRuntimeEnv Modifier and Type Method Description default ObjectIRulesMethodWrapper. invokeDelegateWithContextPropertiesInjector(Object target, Object[] params, IRuntimeEnv env, SimpleRulesRuntimeEnv simpleRulesRuntimeEnv) -
Uses of SimpleRulesRuntimeEnv in org.openl.rules.vm
Methods in org.openl.rules.vm that return SimpleRulesRuntimeEnv Modifier and Type Method Description SimpleRulesRuntimeEnvSimpleRulesVM. getRuntimeEnv()Constructors in org.openl.rules.vm with parameters of type SimpleRulesRuntimeEnv Constructor Description ArgumentCachingStorage(SimpleRulesRuntimeEnv simpleRulesRuntimeEnv) -
Uses of SimpleRulesRuntimeEnv in org.openl.rules.vm.ce
Subclasses of SimpleRulesRuntimeEnv in org.openl.rules.vm.ce Modifier and Type Class Description classSimpleRulesRuntimeEnvMTConstructors in org.openl.rules.vm.ce with parameters of type SimpleRulesRuntimeEnv Constructor Description SimpleRulesRuntimeEnvMT(SimpleRulesRuntimeEnv delegate)
-