Package | Description |
---|---|
org.drools.workbench.models.datamodel.rule | |
org.drools.workbench.models.datamodel.rule.visitors |
Modifier and Type | Interface and Description |
---|---|
interface |
IFactPattern
Interface for Patterns that contains a Fact Type
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeFactPattern
Represents first order logic like Or, Not, Exists.
|
class |
DSLSentence
This represents a DSL sentence.
|
class |
ExpressionCollection |
class |
ExpressionCollectionIndex |
class |
ExpressionField |
class |
ExpressionFieldVariable
This expression represent a bound field.
|
class |
ExpressionFormLine |
class |
ExpressionGlobalVariable |
class |
ExpressionMethod |
class |
ExpressionMethodParameter
ExpressionPart representing a ExpressionMethod parameter
|
class |
ExpressionPart |
class |
ExpressionText |
class |
ExpressionUnboundFact |
class |
ExpressionVariable |
class |
FactPattern
A fact pattern is a declaration of a fact type, and its constraint, and
perhaps a variable that is it bound to It is the equivalent of a "pattern" in
drools terms.
|
class |
FreeFormLine
This is a free form line which will be rendered and displayed-as-is.
|
class |
FromAccumulateCompositeFactPattern |
class |
FromCollectCompositeFactPattern |
class |
FromCompositeFactPattern |
class |
FromEntryPointFactPattern |
Modifier and Type | Field and Description |
---|---|
IPattern[] |
RuleModel.lhs |
Modifier and Type | Method and Description |
---|---|
IPattern |
FromCollectCompositeFactPattern.getRightPattern() |
IPattern |
FromAccumulateCompositeFactPattern.getSourcePattern() |
Modifier and Type | Method and Description |
---|---|
void |
RuleModel.addLhsItem(IPattern pat) |
void |
RuleModel.addLhsItem(IPattern pat,
boolean append) |
void |
RuleModel.addLhsItem(IPattern pat,
int position) |
void |
FromCollectCompositeFactPattern.setRightPattern(IPattern rightPattern) |
void |
FromAccumulateCompositeFactPattern.setSourcePattern(IPattern sourcePattern) |
Constructor and Description |
---|
RuleModelVisitor(IPattern[] lhs,
Map<InterpolationVariable,Integer> vars) |
RuleModelVisitor(IPattern pattern,
Map<InterpolationVariable,Integer> vars) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.