Drools examples 6.1.0-SNAPSHOT

org.drools.games.wumpus
Class SensorArray

java.lang.Object
  extended by org.drools.games.wumpus.SensorArray

public class SensorArray
extends Object


Constructor Summary
SensorArray()
           
 
Method Summary
 boolean isFeelBreeze()
           
 boolean isFeelBump()
           
 boolean isHearScream()
           
 boolean isSeeGlitter()
           
 boolean isSmellStench()
           
 void setFeelBreeze(boolean feelBreeze)
           
 void setFeelBump(boolean feelBump)
           
 void setHearScream(boolean hearScream)
           
 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

SensorArray

public SensorArray()
Method Detail

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

Drools examples 6.1.0-SNAPSHOT

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