Uses of Interface
edu.washington.cs.supple.render.utility.ElicitationQueryGenerator

Packages that use ElicitationQueryGenerator
edu.washington.cs.supple.render   
edu.washington.cs.supple.render.utility   
edu.washington.cs.supple.wlib.java2   
 

Uses of ElicitationQueryGenerator in edu.washington.cs.supple.render
 

Fields in edu.washington.cs.supple.render declared as ElicitationQueryGenerator
protected static ElicitationQueryGenerator SuppleDeviceProperties.queryGenerator
           
 

Methods in edu.washington.cs.supple.render that return ElicitationQueryGenerator
static ElicitationQueryGenerator SuppleDeviceProperties.getQueryGenerator()
           
 

Methods in edu.washington.cs.supple.render with parameters of type ElicitationQueryGenerator
static void SuppleDeviceProperties.setQueryGenerator(ElicitationQueryGenerator queryGenerator)
           
 

Uses of ElicitationQueryGenerator in edu.washington.cs.supple.render.utility
 

Classes in edu.washington.cs.supple.render.utility that implement ElicitationQueryGenerator
 class AbstractElicitationQueryGenerator
           
 class BasicQueryGenerator
           
 class DistanceBasedQueryGenerator
           
 class HeuristicQueryGenerator
           
 class MinimizeUncertaintyQueryGenerator
           
 class RandomQueryGenerator
           
 class RigorousHeuristicQueryGenerator
           
 class VersionSpaceQueryGenerator
           
 

Fields in edu.washington.cs.supple.render.utility declared as ElicitationQueryGenerator
protected  ElicitationQueryGenerator AutomatedQueryResponder.queryGenerator
           
 

Uses of ElicitationQueryGenerator in edu.washington.cs.supple.wlib.java2
 

Fields in edu.washington.cs.supple.wlib.java2 declared as ElicitationQueryGenerator
protected  ElicitationQueryGenerator FactoredCostFunctionQueryDisplay.queryGenerator