org.drools.games.wumpus
Class SensorArray
java.lang.Object
org.drools.games.wumpus.SensorArray
public class SensorArray
- extends Object
SensorArray
public SensorArray()
isSmellStench
public boolean isSmellStench()
setSmellStench
public void setSmellStench(boolean smellStench)
isSeeGlitter
public boolean isSeeGlitter()
setSeeGlitter
public void setSeeGlitter(boolean seeGlitter)
isFeelBreeze
public boolean isFeelBreeze()
setFeelBreeze
public void setFeelBreeze(boolean feelBreeze)
isFeelBump
public boolean isFeelBump()
setFeelBump
public void setFeelBump(boolean feelBump)
isHearScream
public boolean isHearScream()
setHearScream
public void setHearScream(boolean hearScream)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.