org.drools.examples.jiahvac.control.rules
Class FloorTooHotPumpOff

java.lang.Object
  extended by org.drools.examples.jiahvac.control.rules.FloorTooHotPumpOff

public class FloorTooHotPumpOff
extends java.lang.Object

 

Constructor Summary
FloorTooHotPumpOff()
           
 
Method Summary
 void consequence(HeatPump pump)
           
 boolean isPumpOff(HeatPump pump)
           
 boolean isPumpServicingFloor(HeatPump pump, Thermometer thermometer)
           
 boolean isTooHot(Thermometer thermometer, TempuratureControl control)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloorTooHotPumpOff

public FloorTooHotPumpOff()
Method Detail

isPumpOff

public boolean isPumpOff(HeatPump pump)

isPumpServicingFloor

public boolean isPumpServicingFloor(HeatPump pump,
                                    Thermometer thermometer)

isTooHot

public boolean isTooHot(Thermometer thermometer,
                        TempuratureControl control)

consequence

public void consequence(HeatPump pump)