Package | Description |
---|---|
org.drools.model | |
org.drools.model.consequences | |
org.drools.model.constraints | |
org.drools.model.functions | |
org.drools.model.impl | |
org.drools.model.patterns | |
org.drools.model.view |
Modifier and Type | Method and Description |
---|---|
Predicate1<T> |
PatternDSL.PatternExpr1.getPredicate() |
Predicate1<T>[] |
WindowReference.getPredicates() |
Modifier and Type | Method and Description |
---|---|
static <T> ExprViewItem<T> |
FlowDSL.exists(Variable<T> var,
Predicate1<T> predicate) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDef.expr(Predicate1<T> predicate) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDefImpl.expr(Predicate1<T> predicate) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDef.expr(String exprId,
Predicate1<T> predicate) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDefImpl.expr(String exprId,
Predicate1<T> predicate) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDef.expr(String exprId,
Predicate1<T> predicate,
AlphaIndex<T,?> index) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDefImpl.expr(String exprId,
Predicate1<T> predicate,
AlphaIndex<T,?> index) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDef.expr(String exprId,
Predicate1<T> predicate,
AlphaIndex<T,?> index,
PatternDSL.ReactOn reactOn) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDefImpl.expr(String exprId,
Predicate1<T> predicate,
AlphaIndex<T,?> index,
PatternDSL.ReactOn reactOn) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDef.expr(String exprId,
Predicate1<T> predicate,
PatternDSL.ReactOn reactOn) |
PatternDSL.PatternDef<T> |
PatternDSL.PatternDefImpl.expr(String exprId,
Predicate1<T> predicate,
PatternDSL.ReactOn reactOn) |
static <T> Expr1ViewItem<T> |
DSL.expr(String exprId,
Variable<T> var,
Predicate1<T> predicate) |
static <T> Expr1ViewItem<T> |
DSL.expr(Variable<T> var,
Predicate1<T> predicate) |
static <T> ExprViewItem<T> |
FlowDSL.not(Variable<T> var,
Predicate1<T> predicate) |
static <A> ConditionalConsequenceBuilder |
PatternDSL.when(String exprId,
Variable<A> var,
Predicate1<A> predicate) |
static <A> ConditionalConsequenceBuilder |
FlowDSL.when(String exprId,
Variable<A> var,
Predicate1<A> predicate) |
static <A> ConditionalConsequenceBuilder |
PatternDSL.when(Variable<A> var,
Predicate1<A> predicate) |
static <A> ConditionalConsequenceBuilder |
FlowDSL.when(Variable<A> var,
Predicate1<A> predicate) |
static <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) |
Constructor and Description |
---|
PatternExpr1(Predicate1<T> predicate,
AlphaIndex<T,?> index,
PatternDSL.ReactOn reactOn) |
PatternExpr1(String exprId,
Predicate1<T> predicate,
AlphaIndex<T,?> index,
PatternDSL.ReactOn reactOn) |
Modifier and Type | Method and Description |
---|---|
<A> ConditionalConsequenceBuilder |
ConditionalConsequenceBuilder.elseWhen(String exprId,
Variable<A> var,
Predicate1<A> predicate) |
<A> ConditionalConsequenceBuilder |
ConditionalConsequenceBuilder.elseWhen(Variable<A> var,
Predicate1<A> predicate) |
Constructor and Description |
---|
SingleConstraint1(String exprId,
Variable<A> variable,
Predicate1<A> predicate) |
SingleConstraint1(Variable<A> variable,
Predicate1<A> predicate) |
Modifier and Type | Class and Description |
---|---|
static class |
Predicate1.Impl<A> |
Constructor and Description |
---|
Impl(Predicate1<A> predicate) |
Modifier and Type | Method and Description |
---|---|
Predicate1<T>[] |
WindowReferenceImpl.getPredicates() |
Constructor and Description |
---|
WindowReferenceImpl(WindowDefinition.Type type,
long value,
Class<T> patternType,
EntryPoint entryPoint,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
Class<T> patternType,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
EntryPoint entryPoint,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
Predicate1<T>... predicates) |
Modifier and Type | Method and Description |
---|---|
PatternBuilder.ConstrainedPatternBuilder<T> |
PatternBuilder.ConstrainedPatternBuilder.and(Predicate1<T> predicate) |
PatternBuilder.ConstrainedPatternBuilder<T> |
PatternBuilder.ConstrainedPatternBuilder.and(String exprId,
Predicate1<T> predicate) |
PatternBuilder.ConstrainedPatternBuilder<T> |
PatternBuilder.ConstrainedPatternBuilder.or(Predicate1<T> predicate) |
PatternBuilder.ConstrainedPatternBuilder<T> |
PatternBuilder.ConstrainedPatternBuilder.or(String exprId,
Predicate1<T> predicate) |
PatternBuilder.ConstrainedPatternBuilder<T> |
PatternBuilder.BoundPatternBuilder.with(Predicate1<T> predicate) |
PatternBuilder.ConstrainedPatternBuilder<T> |
PatternBuilder.BoundPatternBuilder.with(String exprId,
Predicate1<T> predicate) |
Modifier and Type | Method and Description |
---|---|
Predicate1<T> |
Expr1ViewItemImpl.getPredicate() |
Constructor and Description |
---|
Expr1ViewItemImpl(String exprId,
Variable<T> var,
Predicate1<T> predicate) |
Expr1ViewItemImpl(Variable<T> var,
Predicate1<T> predicate) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.