edu.washington.cs.supple.wlib.java2
Class TestDeviceProperties

java.lang.Object
  extended byedu.washington.cs.supple.render.DeviceProperties
      extended byedu.washington.cs.supple.wlib.java2.DesktopDeviceProperties
          extended byedu.washington.cs.supple.wlib.java2.TestDeviceProperties

public class TestDeviceProperties
extends DesktopDeviceProperties

Author:
kgajos A device description for experimenting with new technologies

Field Summary
 
Fields inherited from class edu.washington.cs.supple.wlib.java2.DesktopDeviceProperties
recentCostFunction
 
Fields inherited from class edu.washington.cs.supple.render.DeviceProperties
DEFAULT_CLASS
 
Constructor Summary
TestDeviceProperties()
           
 
Method Summary
 FactoredCostFunction getFactoredCostFunction(Trace trace)
          Returns a factored cost function for this device
 java.lang.String getName()
           
 WidgetFactory getWidgetFactory()
           
 
Methods inherited from class edu.washington.cs.supple.wlib.java2.DesktopDeviceProperties
getAvailableScreenSize, getConstraintFactory, getCostFunction, getFactoredCostCalculator, getRenderer, getVetoFunction
 
Methods inherited from class edu.washington.cs.supple.render.DeviceProperties
getDefaultDeviceProperties, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDeviceProperties

public TestDeviceProperties()
Method Detail

getWidgetFactory

public WidgetFactory getWidgetFactory()
Overrides:
getWidgetFactory in class DesktopDeviceProperties

getFactoredCostFunction

public FactoredCostFunction getFactoredCostFunction(Trace trace)
Description copied from class: DeviceProperties
Returns a factored cost function for this device

Overrides:
getFactoredCostFunction in class DesktopDeviceProperties

getName

public java.lang.String getName()
Overrides:
getName in class DesktopDeviceProperties