org.drools.examples.jiahvac.model
Interface Vent

All Known Implementing Classes:
SimVent

public interface Vent

 

Nested Class Summary
static class Vent.State
           
 
Method Summary
 Floor getFloor()
           
 Vent.State getState()
           
 void setState(Vent.State state)
           
 

Method Detail

getFloor

Floor getFloor()

setState

void setState(Vent.State state)

getState

Vent.State getState()