Class RuleContext.FunctionType
- java.lang.Object
-
- org.drools.modelcompiler.builder.generator.RuleContext.FunctionType
-
- Enclosing class:
- RuleContext
public static class RuleContext.FunctionType extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionType(Class<?> returnType, List<Class<?>> argumentsType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<?>>getArgumentsType()Class<?>getReturnType()
-