|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPattern | |
---|---|
org.drools.brms.client.modeldriven.brxml | This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRXML rule format that the rule modeller uses. |
org.drools.brms.client.modeldriven.ui |
Uses of IPattern in org.drools.brms.client.modeldriven.brxml |
---|
Classes in org.drools.brms.client.modeldriven.brxml that implement IPattern | |
---|---|
class |
CompositeFactPattern
Represents first order logic like Or, Not, Exists. |
class |
DSLSentence
This represents a DSL sentence. |
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. |
Fields in org.drools.brms.client.modeldriven.brxml declared as IPattern | |
---|---|
IPattern[] |
RuleModel.lhs
|
Methods in org.drools.brms.client.modeldriven.brxml with parameters of type IPattern | |
---|---|
void |
RuleModel.addLhsItem(IPattern pat)
|
Uses of IPattern in org.drools.brms.client.modeldriven.ui |
---|
Constructors in org.drools.brms.client.modeldriven.ui with parameters of type IPattern | |
---|---|
FactPatternWidget(RuleModeller mod,
IPattern p,
SuggestionCompletionEngine com,
boolean canBind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |