Drools examples 6.1.0-SNAPSHOT

org.drools.games.wumpus
Class Pit

java.lang.Object
  extended by org.drools.games.wumpus.Thing
      extended by org.drools.games.wumpus.Pit

public class Pit
extends Thing


Constructor Summary
Pit(int row, int col)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.drools.games.wumpus.Thing
getCol, getRow, setCol, setRow
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pit

public Pit(int row,
           int col)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Drools examples 6.1.0-SNAPSHOT

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