org.drools.examples.wumpus
Class Sensors

java.lang.Object
  extended by org.drools.examples.wumpus.Sensors

public class Sensors
extends Object


Constructor Summary
Sensors()
           
 
Method Summary
 boolean isFeelBreeze()
           
 boolean isSeeGlitter()
           
 boolean isSmellStench()
           
 void setFeelBreeze(boolean feelBreeze)
           
 void setSeeGlitter(boolean seeGlitter)
           
 void setSmellStench(boolean smellStench)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sensors

public Sensors()
Method Detail

isSmellStench

public boolean isSmellStench()

setSmellStench

public void setSmellStench(boolean smellStench)

toString

public String toString()
Overrides:
toString in class Object

isFeelBreeze

public boolean isFeelBreeze()

setFeelBreeze

public void setFeelBreeze(boolean feelBreeze)

isSeeGlitter

public boolean isSeeGlitter()

setSeeGlitter

public void setSeeGlitter(boolean seeGlitter)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.