Package | Description |
---|---|
org.drools.core.reteoo.builder |
Modifier and Type | Class and Description |
---|---|
class |
AccumulateBuilder |
class |
CollectBuilder |
class |
ConditionalBranchBuilder |
class |
EntryPointBuilder
This is a builder for the entry point pattern
source.
|
class |
EvalBuilder |
class |
ForallBuilder
The Reteoo component builder for forall CE
|
class |
FromBuilder |
class |
GroupElementBuilder |
static class |
GroupElementBuilder.AndBuilder |
static class |
GroupElementBuilder.ExistsBuilder |
static class |
GroupElementBuilder.NotBuilder |
static class |
GroupElementBuilder.OrBuilder |
class |
NamedConsequenceBuilder |
class |
PatternBuilder
A builder for patterns
|
class |
QueryElementBuilder |
class |
ReactiveFromBuilder |
class |
TimerBuilder |
class |
WindowReferenceBuilder
This is a builder for named window references
|
Modifier and Type | Field and Description |
---|---|
protected Map<GroupElement.Type,ReteooComponentBuilder> |
GroupElementBuilder.geBuilders |
Modifier and Type | Method and Description |
---|---|
ReteooComponentBuilder |
BuildUtils.getBuilderFor(Class cls) |
ReteooComponentBuilder |
BuildUtils.getBuilderFor(RuleConditionElement target)
Returns a builder for the given target from the builders map
|
Modifier and Type | Method and Description |
---|---|
void |
BuildUtils.addBuilder(Class<?> target,
ReteooComponentBuilder builder)
Adds the given builder for the given target to the builders map
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.