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

Packages that use FactPattern
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.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 ExpressionUnboundFact.getFact()
           
 FactPattern ExpressionVariable.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-2012 JBoss by Red Hat. All Rights Reserved.