Package | Description |
---|---|
org.drools.model | |
org.drools.model.impl |
Modifier and Type | Method and Description |
---|---|
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,
Predicate1<T>... predicates) |
Modifier and Type | Class and Description |
---|---|
class |
WindowReferenceImpl<T> |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.