Drools examples 6.0.3-SNAPSHOT

org.drools.games.wumpus
Class Gold

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

public class Gold
extends Thing


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

Constructor Detail

Gold

public Gold(int row,
            int col)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Drools examples 6.0.3-SNAPSHOT

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