Package | Description |
---|---|
org.drools.model | |
org.drools.model.view |
Modifier and Type | Method and Description |
---|---|
static <T> InputViewItem<T> |
FlowDSL.input(Variable<T> var) |
static <T> InputViewItem<T> |
FlowDSL.input(Variable<T> var,
DeclarationSource source) |
Modifier and Type | Method and Description |
---|---|
static <T> ExprViewItem<T> |
FlowDSL.exists(InputViewItem<T> view) |
static <T> ExprViewItem<T> |
FlowDSL.not(InputViewItem<T> view) |
Modifier and Type | Class and Description |
---|---|
class |
InputViewItemImpl<T> |
Modifier and Type | Method and Description |
---|---|
InputViewItem<T> |
InputViewItem.watch(String... props) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.