|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.washington.cs.supple.render.SuppleDeviceProperties
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static DeviceProperties deviceProperties
protected static Solver solver
protected static boolean enableRenderingHints
protected static boolean enableRenderingConstraints
protected static boolean enablePerformanceMeasure
protected static boolean enableReferenceUi
protected static boolean enableShortcuts
protected static boolean useLearnableUtilityFunction
protected static boolean enableWidgetWrapping
protected static boolean enableCustomization
protected static boolean enableGeneralization
protected static CustomizationRequestEventDispatcher customizationRequestEventDispatcher
protected static LearningEventDispatcher learningEventDispatcher
protected static WidgetFactory widgetFactory
protected static ConstraintFactory constraintFactory
protected static CostFunction costFunction
protected static SimilarityCostFunction similarityCostFunction
protected static FactoredCostFunction factoredCostFunction
protected static FactoredCostFunction priorCostFunction
protected static FactoredCostFunctionState priorCostFunctionState
protected static FactoredCostCalculator factoredCostCalculator
protected static FactoredCostConstraintGenerator factoredCostConstraintGenerator
protected static VetoFunction vetoFunction
protected static java.awt.Dimension availableScreenSize
protected static RenderedUi referenceUi
protected static RenderingHistory renderingHistory
protected static FactoredCostSolver maxMarginSolver
protected static FactoredCostSolver bayesianSolver
protected static ElicitationQueryGenerator queryGenerator
protected static ElicitationQueryEvaluator queryEvaluator
protected static float navigationFunctionWeight
protected static float matchFunctionWeight
protected static float similarityFunctionWeight
protected static java.beans.PropertyChangeSupport pcs
Method Detail |
public static Solver getSolver()
public static DeviceProperties getDeviceProperties()
public static void setDeviceProperties(DeviceProperties properties)
properties
- public static void setDefaultDeviceProperties()
public static WidgetFactory getWidgetFactory()
public static ConstraintFactory getConstraintFactory()
public static CostFunction getCostFunction()
public static FactoredCostFunction getFactoredCostFunction()
public static void setFactoredCostFunction(FactoredCostFunction fcf)
public static FactoredCostFunction getPriorCostFunction()
public static FactoredCostFunctionState getPriorCostFunctionState()
public static void setPriorCostFunction(FactoredCostFunction priorCostFunction)
public static FactoredCostCalculator getFactoredCostCalculator()
public static void setFactoredCostCalculator(FactoredCostCalculator fcc)
public static FactoredCostConstraintGenerator getFactoredCostConstraintGenerator()
public static void setFactoredCostConstraintGenerator(FactoredCostConstraintGenerator maxMarginConstraintGenerator)
maxMarginConstraintGenerator
- The maxMarginConstraintGenerator to set.public static VetoFunction getVetoFunction()
public static void setCostFunction(CostFunction cf)
public static SimilarityCostFunction getSimilarityCostFunction()
public static void setSimilarityCostFunction(SimilarityCostFunction similarityCostFunction)
public static float getNavigationFunctionWeight()
public static void setNavigationFunctionWeight(float navigationFunctionWeight)
navigationFunctionWeight
- The navigationFunctionWeight to set.public static float getMatchFunctionWeight()
public static void setMatchFunctionWeight(float matchFunctionWeight)
matchFunctionWeight
- The matchFunctionWeight to set.public static float getSimilarityFunctionWeight()
public static void setSimilarityFunctionWeight(float similarityFunctionWeight)
similarityFunctionWeight
- The similarityFunctionWeight to set.public static RenderedUi getReferenceUi()
public static void setReferenceUi(RenderedUi referenceUi)
referenceUi
- The referenceUi to set.public static boolean enableReferenceUi()
public static void setEnableReferenceUi(boolean enableReferenceUi)
enableReferenceUi
- The enableReferenceUi to set.public static void setSolver(Solver solver)
solver
- public static boolean enableRenderingHints()
public static void setEnableRenderingHints(boolean b)
b
- public static boolean enableRenderingConstraints()
public static void setEnableRenderingConstraints(boolean b)
b
- public static boolean enablePerformanceMeasure()
public static void setEnablePerformanceMeasure(boolean b)
b
- public static boolean enableShortcuts()
public static void setEnableShortcuts(boolean b)
b
- public static java.awt.Dimension getAvailableScreenSize()
public static void setAvailableScreenSize(java.awt.Dimension dimension)
dimension
- public static boolean isUseLearnableUtilityFunction()
public static void setUseLearnableUtilityFunction(boolean useLearnableUtilityFunction)
useLearnableUtilityFunction
- The useLearnableUtilityFunction to set.public static void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
public static void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
public static boolean enableWidgetWrapping()
public static void setEnableWidgetWrapping(boolean enableWidgetWrapping)
enableWidgetWrapping
- The enableWidgetWrapping to set.public static boolean enableCustomization()
public static void setEnableCustomization(boolean b)
b
- public static boolean enableGeneralization()
public static void setEnableGeneralization(boolean b)
b
- public static CustomizationRequestEventDispatcher getCustomizationRequestEventDispatcher()
public static LearningEventDispatcher getLearningEventDispatcher()
public static RenderingHistory getRenderingHistory()
public static FactoredCostSolver getMaxMarginSolver()
public static FactoredCostSolver getBayesianSolver()
public static ElicitationQueryGenerator getQueryGenerator()
public static void setQueryGenerator(ElicitationQueryGenerator queryGenerator)
public static ElicitationQueryEvaluator getQueryEvaluator()
public static void setQueryEvaluator(ElicitationQueryEvaluator queryEvaluator)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |