Uses of Interface
org.drools.model.WindowReference
Packages that use WindowReference
-
Uses of WindowReference in org.drools.model
Methods in org.drools.model that return WindowReferenceModifier and TypeMethodDescriptionstatic <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