Package | Description |
---|---|
org.drools.workbench.models.datamodel.rule |
Modifier and Type | Method and Description |
---|---|
FactPattern |
ExpressionUnboundFact.getFact() |
FactPattern |
ExpressionVariable.getFact() |
FactPattern |
FromCompositeFactPattern.getFactPattern() |
FactPattern |
RuleModel.getLHSBoundFact(String var)
This will return the FactPattern that a variable is bound Eto.
|
FactPattern |
RuleModel.getLHSParentFactPatternForBinding(String var)
This will return the FactPattern that a variable is bound to.
|
Modifier and Type | Method and Description |
---|---|
void |
FromCompositeFactPattern.setFactPattern(FactPattern pattern) |
Constructor and Description |
---|
ExpressionUnboundFact(FactPattern fact) |
ExpressionUnboundFact(FactPattern fact,
String classType) |
ExpressionVariable(FactPattern fact) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.