Uses of Class
org.openl.rules.runtime.RuleInfo
-
Packages that use RuleInfo Package Description org.openl.rules.runtime -
-
Uses of RuleInfo in org.openl.rules.runtime
Methods in org.openl.rules.runtime that return RuleInfo Modifier and Type Method Description static RuleInfoInterfaceGenerator. createRuleInfo(String ruleName, Class<?>[] paramTypes, Class<?> returnType)Creates rule info using rule name, parameters types and return type.Methods in org.openl.rules.runtime with parameters of type RuleInfo Modifier and Type Method Description static Class<?>InterfaceGenerator. generateInterface(String className, RuleInfo[] rules, ClassLoader classLoader)Generates interface class using collection of rules.
-