Package org.drools.model
Interface DynamicValueSupplier<T>
-
- All Known Implementing Classes:
DynamicValueSupplier._0,DynamicValueSupplier._1,DynamicValueSupplier._2
public interface DynamicValueSupplier<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDynamicValueSupplier._0<R>static classDynamicValueSupplier._1<A,R>static classDynamicValueSupplier._2<A,B,R>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Variable[]getVariables()Tsupply(Object[] args)
-