Uses of Interface
org.drools.verifier.components.Variable

Packages that use Variable
org.drools.verifier.components   
org.drools.verifier.data   
 

Uses of Variable in org.drools.verifier.components
 

Classes in org.drools.verifier.components that implement Variable
 class FieldVariable
           
 class PatternVariable
           
 

Fields in org.drools.verifier.components declared as Variable
protected  Variable VariableRestriction.variable
           
 

Methods in org.drools.verifier.components that return Variable
 Variable VariableRestriction.getVariable()
           
 

Methods in org.drools.verifier.components with parameters of type Variable
 void VariableRestriction.setVariable(Variable patternVariable)
           
 

Uses of Variable in org.drools.verifier.data
 

Methods in org.drools.verifier.data that return Variable
 Variable VerifierData.getVariableByRuleAndVariableName(String ruleName, String base)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.