edu.ntnu.cikmr.services.temperature
Class Temperature

java.lang.Object
  extended by edu.ntnu.cikmr.services.temperature.Temperature

public class Temperature
extends java.lang.Object


Field Summary
static double outsideTemperature
           
static double ovenMaxTemperature
           
static double temperatureBlueRoom
           
static double temperatureGreenRoom
           
static double temperaturePinkRoom
           
static double temperatureWhiteRoom
           
static double temperatureYellowRoom
           
 
Constructor Summary
Temperature()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outsideTemperature

public static double outsideTemperature

ovenMaxTemperature

public static double ovenMaxTemperature

temperatureWhiteRoom

public static double temperatureWhiteRoom

temperatureYellowRoom

public static double temperatureYellowRoom

temperaturePinkRoom

public static double temperaturePinkRoom

temperatureBlueRoom

public static double temperatureBlueRoom

temperatureGreenRoom

public static double temperatureGreenRoom
Constructor Detail

Temperature

public Temperature()