Package | Description |
---|---|
org.drools.model | |
org.drools.model.view |
Modifier and Type | Interface and Description |
---|---|
static interface |
PatternDSL.ExchangeDef<T> |
static interface |
PatternDSL.PatternDef<T> |
Modifier and Type | Class and Description |
---|---|
static class |
FlowDSL.BindViewItemBuilder<T> |
static class |
PatternDSL.ExchangeDefImpl<T> |
static class |
PatternDSL.PatternDefImpl<T> |
static class |
PatternDSL.SubPatternDefImpl<T> |
Modifier and Type | Method and Description |
---|---|
static ViewItem |
DSL.and(ViewItemBuilder<?> expression,
ViewItemBuilder<?>... expressions) |
protected static ViewItem[] |
DSL.combineExprs(ViewItemBuilder<?> expression,
ViewItemBuilder<?>... expressions) |
ViewItem<T> |
FlowDSL.BindViewItemBuilder.get() |
static ViewItem |
DSL.or(ViewItemBuilder<?> expression,
ViewItemBuilder<?>... expressions) |
Modifier and Type | Method and Description |
---|---|
static <T> ExprViewItem<T> |
DSL.accumulate(ViewItem<?> viewItem,
AccumulateFunction firstFunction,
AccumulateFunction... otherFunctions) |
Modifier and Type | Interface and Description |
---|---|
interface |
Expr1ViewItem<T> |
interface |
Expr2ViewItem<T,U> |
interface |
ExprNViewItem<T> |
interface |
ExprViewItem<T> |
interface |
InputViewItem<T> |
interface |
QueryCallViewItem |
Modifier and Type | Method and Description |
---|---|
default ViewItem<T> |
ViewItem.get() |
ViewItem<T> |
AccumulateExprViewItem.getExpr() |
ViewItem |
ExistentialExprViewItem.getExpression() |
ViewItem[] |
CombinedExprViewItem.getExpressions() |
Constructor and Description |
---|
AccumulateExprViewItem(ViewItem<T> expr,
AccumulateFunction... accumulateFunctions) |
CombinedExprViewItem(Condition.Type type,
ViewItem[] expressions) |
ExistentialExprViewItem(Condition.Type type,
ViewItem expression) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.