Drools examples 6.1.0-SNAPSHOT

org.drools.games.wumpus.view
Class GameView

java.lang.Object
  extended by org.drools.games.wumpus.view.GameView

public class GameView
extends Object


Constructor Summary
GameView()
           
 
Method Summary
 int getCellHeight()
           
 int getCellPadding()
           
 int getCellWidth()
           
 int getCols()
           
 org.kie.internal.logger.KnowledgeRuntimeLogger getKlogger()
           
 org.kie.internal.runtime.StatefulKnowledgeSession getKsession()
           
 int getPittPercentage()
           
 int getRows()
           
 WumpusWorldMain getWumpusWorld()
           
 void init(Cell[][] cells)
           
 void init(int cellHeight, int cellWidth, int cellPadding, int pittPercentage, int rows, int cols)
           
 boolean isShowAllCells()
           
 void setCellHeight(int cellHeight)
           
 void setCellPadding(int cellPadding)
           
 void setCellWidth(int cellWidth)
           
 void setCols(int cols)
           
 void setKlogger(org.kie.internal.logger.KnowledgeRuntimeLogger klogger)
           
 void setKsession(org.kie.internal.runtime.StatefulKnowledgeSession ksession)
           
 void setPittPercentage(int pittPercentage)
           
 void setRows(int rows)
           
 void setShowAllCells(boolean showAllCells)
           
 void setWumpusWorld(WumpusWorldMain wumpusWorld)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameView

public GameView()
Method Detail

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)

Drools examples 6.1.0-SNAPSHOT

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