org.drools.examples.jiahvac.control.rules
Class HeatingVentClosedFloorTooCold
java.lang.Object
org.drools.examples.jiahvac.control.rules.HeatingVentClosedFloorTooCold
public class HeatingVentClosedFloorTooCold
- extends java.lang.Object
-

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeatingVentClosedFloorTooCold
public HeatingVentClosedFloorTooCold()
isPumpHeating
public boolean isPumpHeating(HeatPump pump)
isVentClosed
public boolean isVentClosed(Vent vent)
isSameFloor
public boolean isSameFloor(Vent vent,
Thermometer thermometer,
HeatPump pump)
isNotWarmEnough
public boolean isNotWarmEnough(Thermometer thermometer,
TempuratureControl control)
consequence
public void consequence(Vent vent)