edu.washington.cs.supple.example.classroom
Class PowerSwitchType

java.lang.Object
  extended byedu.washington.cs.supple.example.classroom.PowerSwitchType

public class PowerSwitchType
extends java.lang.Object

Author:
kgajos Overrides BooleanType -- changes how the index is generated: instead of "true" and "false" we now use "On" and "Off"

Method Summary
static BooleanType createType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createType

public static BooleanType createType()