org.drools.games.wumpus.view
Class GameView
java.lang.Object
org.drools.games.wumpus.view.GameView
public class GameView
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GameView
public GameView()
getKbase
public org.kie.internal.KnowledgeBase getKbase()
setKbase
public void setKbase(org.kie.internal.KnowledgeBase kbase)
init
public void init(Cell[][] cells)
init
public void init(int cellHeight,
int cellWidth,
int cellPadding,
int pittPercentage,
int rows,
int cols)
getWumpusWorld
public WumpusWorldMain getWumpusWorld()
setWumpusWorld
public void setWumpusWorld(WumpusWorldMain wumpusWorld)
getKsession
public org.kie.internal.runtime.StatefulKnowledgeSession getKsession()
setKsession
public void setKsession(org.kie.internal.runtime.StatefulKnowledgeSession ksession)
isShowAllCells
public boolean isShowAllCells()
setShowAllCells
public void setShowAllCells(boolean showAllCells)
getKlogger
public org.kie.internal.logger.KnowledgeRuntimeLogger getKlogger()
setKlogger
public void setKlogger(org.kie.internal.logger.KnowledgeRuntimeLogger klogger)
getCellHeight
public int getCellHeight()
setCellHeight
public void setCellHeight(int cellHeight)
getCellWidth
public int getCellWidth()
setCellWidth
public void setCellWidth(int cellWidth)
getCellPadding
public int getCellPadding()
setCellPadding
public void setCellPadding(int cellPadding)
getPittPercentage
public int getPittPercentage()
setPittPercentage
public void setPittPercentage(int pittPercentage)
getRows
public int getRows()
setRows
public void setRows(int rows)
getCols
public int getCols()
setCols
public void setCols(int cols)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.