Uses of Class
org.drools.ide.common.client.modeldriven.brl.FactPattern

Packages that use FactPattern
org.drools.ide.common.client.modeldriven   
org.drools.ide.common.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.ide.common.server.util   
 

Uses of FactPattern in org.drools.ide.common.client.modeldriven
 

Methods in org.drools.ide.common.client.modeldriven with parameters of type FactPattern
 DropDownData SuggestionCompletionEngine.getEnums(FactPattern pattern, 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.ide.common.client.modeldriven.brl
 

Fields in org.drools.ide.common.client.modeldriven.brl declared as FactPattern
 FactPattern FromCompositeFactPattern.factPattern
           
 

Methods in org.drools.ide.common.client.modeldriven.brl that return FactPattern
 FactPattern ExpressionVariable.getFact()
           
 FactPattern ExpressionUnboundFact.getFact()
           
 FactPattern FromCompositeFactPattern.getFactPattern()
           
 FactPattern RuleModel.getLHSBoundFact(String var)
          This will return the FactPattern that a variable is bound to.
 FactPattern RuleModel.getLHSParentFactPatternForBinding(String var)
          This will return the FactPattern that a variable is bound to.
 

Methods in org.drools.ide.common.client.modeldriven.brl with parameters of type FactPattern
 void FromCompositeFactPattern.setFactPattern(FactPattern pattern)
           
 

Constructors in org.drools.ide.common.client.modeldriven.brl with parameters of type FactPattern
ExpressionUnboundFact(FactPattern fact)
           
ExpressionVariable(FactPattern fact)
           
 

Uses of FactPattern in org.drools.ide.common.server.util
 

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



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.