Package | Description |
---|---|
org.drools.model | |
org.drools.model.impl |
Modifier and Type | Method and Description |
---|---|
Window |
Declaration.getWindow() |
static Window |
DSL.window(WindowDefinition.Type type,
long value) |
static Window |
DSL.window(WindowDefinition.Type type,
long value,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
static <T> Declaration<T> |
DSL.declarationOf(Class<T> type,
DeclarationSource source,
Window window) |
static <T> Declaration<T> |
DSL.declarationOf(Class<T> type,
String name,
DeclarationSource source,
Window window) |
static <T> Declaration<T> |
DSL.declarationOf(Class<T> type,
String name,
Window window) |
static <T> Declaration<T> |
DSL.declarationOf(Class<T> type,
Window window) |
Modifier and Type | Class and Description |
---|---|
class |
WindowImpl |
Modifier and Type | Method and Description |
---|---|
Window |
DeclarationImpl.getWindow() |
Modifier and Type | Method and Description |
---|---|
DeclarationImpl<T> |
DeclarationImpl.setWindow(Window window) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.