public class Temperature
extends java.lang.Object
| Constructor and Description |
|---|
Temperature(int gmin,
int gmax,
int gtemp) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTemp() |
boolean |
raiseTemp(int additional) |
boolean |
reduceTemp(int reduce) |