Uses of Interface
org.drools.model.WindowReference
-
Packages that use WindowReference Package Description org.drools.model org.drools.model.impl -
-
Uses of WindowReference in org.drools.model
Methods in org.drools.model that return WindowReference Modifier and Type Method Description static <T> WindowReference<T>DSL. window(WindowDefinition.Type type, long value, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates)static <T> WindowReference<T>DSL. window(WindowDefinition.Type type, long value, Class<T> patternType, Predicate1<T>... predicates)static <T> WindowReference<T>DSL. window(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates)static <T> WindowReference<T>DSL. window(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, Predicate1<T>... predicates) -
Uses of WindowReference in org.drools.model.impl
Classes in org.drools.model.impl that implement WindowReference Modifier and Type Class Description classWindowReferenceImpl<T>
-