Uses of Class
org.drools.examples.wumpus.Cell

Packages that use Cell
org.drools.examples.wumpus   
org.drools.examples.wumpus.view   
 

Uses of Cell in org.drools.examples.wumpus
 

Methods in org.drools.examples.wumpus that return Cell
 Cell[][] GameData.getCells()
           
 

Methods in org.drools.examples.wumpus with parameters of type Cell
 void GameData.init(Cell[][] cells, Sensors sensors, List<Pitt> pits, Wumpus wumpus, Gold gold, Hero hero)
           
 void GameData.setCells(Cell[][] cells)
           
 

Uses of Cell in org.drools.examples.wumpus.view
 

Methods in org.drools.examples.wumpus.view that return Cell
 Cell[][] GameView.getCells()
           
 

Methods in org.drools.examples.wumpus.view with parameters of type Cell
 void GameView.init(Cell[][] cells, SensorsView sensors, List<Pitt> pits, Wumpus wumpus, Gold gold, Hero hero)
           
 void GameView.setCells(Cell[][] cells)
           
 



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