Uses of Class
org.drools.brms.client.modeldriven.brl.FactPattern

Packages that use FactPattern
org.drools.brms.client.modeldriven   
org.drools.brms.client.modeldriven.brl This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRL rule format that the rule modeller uses. 
org.drools.brms.server.util   
 

Uses of FactPattern in org.drools.brms.client.modeldriven
 

Methods in org.drools.brms.client.modeldriven with parameters of type FactPattern
 java.lang.String[] SuggestionCompletionEngine.getEnums(FactPattern pat, java.lang.String field)
          This returns a list of enums options (values) that can be used for the given field of the given FactPattern.
 

Uses of FactPattern in org.drools.brms.client.modeldriven.brl
 

Fields in org.drools.brms.client.modeldriven.brl declared as FactPattern
 FactPattern[] CompositeFactPattern.patterns
          The patterns.
 

Methods in org.drools.brms.client.modeldriven.brl that return FactPattern
 FactPattern RuleModel.getBoundFact(java.lang.String var)
          This will return the fact pattern that a variable is bound to.
 

Methods in org.drools.brms.client.modeldriven.brl with parameters of type FactPattern
 void CompositeFactPattern.addFactPattern(FactPattern pat)
           
 

Uses of FactPattern in org.drools.brms.server.util
 

Methods in org.drools.brms.server.util with parameters of type FactPattern
 void BRDRLPersistence.LHSPatternVisitor.visitFactPattern(FactPattern pattern)