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

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

public class FloorTooColdPumpOff
extends java.lang.Object

 

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

Constructor Detail

FloorTooColdPumpOff

public FloorTooColdPumpOff()
Method Detail

isPumpOff

public boolean isPumpOff(HeatPump pump)

isPumpServicingFloor

public boolean isPumpServicingFloor(HeatPump pump,
                                    Thermometer thermometer)

isTooCold

public boolean isTooCold(Thermometer thermometer,
                         TempuratureControl control)

consequence

public void consequence(HeatPump pump)