org.drools.examples.wumpus
Class Pitt

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

public class Pitt
extends Object


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

Constructor Detail

Pitt

public Pitt(int row,
            int col)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRow

public int getRow()

setRow

public void setRow(int row)

getCol

public int getCol()

setCol

public void setCol(int col)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


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