org.drools.examples.wumpus.view
Class SensorsView

java.lang.Object
  extended by org.drools.examples.wumpus.view.SensorsView

public class SensorsView
extends Object


Constructor Summary
SensorsView()
           
 
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

SensorsView

public SensorsView()
Method Detail

isSmellStench

public boolean isSmellStench()

setSmellStench

public void setSmellStench(boolean smellStench)

isFeelBreeze

public boolean isFeelBreeze()

setFeelBreeze

public void setFeelBreeze(boolean feelBreeze)

isSeeGlitter

public boolean isSeeGlitter()

setSeeGlitter

public void setSeeGlitter(boolean seeGlitter)

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-2012 JBoss by Red Hat. All Rights Reserved.