Package | Description |
---|---|
org.drools.workbench.models.datamodel.rule |
Modifier and Type | Class and Description |
---|---|
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 |
FromAccumulateCompositeFactPattern |
class |
FromCollectCompositeFactPattern |
class |
FromCompositeFactPattern |
class |
FromEntryPointFactPattern |
Modifier and Type | Method and Description |
---|---|
IFactPattern[] |
CompositeFactPattern.getPatterns() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeFactPattern.addFactPattern(IFactPattern pat) |
void |
CompositeFactPattern.addFactPatterns(IFactPattern[] patterns) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.