edu.washington.cs.supple.render.utility
Interface ElicitationQueryGenerator
- All Known Implementing Classes:
- AbstractElicitationQueryGenerator
- public interface ElicitationQueryGenerator
- Author:
- kgajos
generateQuery
public ElicitationQuery generateQuery(UiObject root,
java.awt.Dimension sizeConstraint,
FactoredCostFunction curCostFunction)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
generateQuery
public ElicitationQuery generateQuery(ElicitationQueryDomain domain,
FactoredCostFunction curCostFunction)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException