Uses of Interface
org.drools.spi.Wireable

Packages that use Wireable
org.drools.base.accumulators   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of Wireable in org.drools.base.accumulators
 

Classes in org.drools.base.accumulators that implement Wireable
 class JavaAccumulatorFunctionExecutor
          A Java accumulator function executor implementation
 

Uses of Wireable in org.drools.rule
 

Classes in org.drools.rule that implement Wireable
 class Accumulate.Wirer
           
 class EvalCondition
           
 class From
           
 class PredicateConstraint
          A predicate can be written as a top level constraint or be nested inside inside a field constraint (and as so, must implement the Restriction interface).
 class Query
           
 class ReturnValueRestriction
           
 class Rule
          A Rule contains a set of Tests and a Consequence.
 

Methods in org.drools.rule that return types with arguments of type Wireable
 Map<Wireable,MVELCompileable> MVELDialectRuntimeData.getLookup()
           
 

Methods in org.drools.rule with parameters of type Wireable
 void MVELDialectRuntimeData.addCompileable(Wireable wireable, MVELCompileable compilable)
           
 



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