org.drools.examples.pacman
Class CellContents

java.lang.Object
  extended by org.drools.examples.pacman.CellContents

public class CellContents
extends Object


Constructor Summary
CellContents(Cell cell, CellType cellType)
           
 
Method Summary
 Cell getCell()
           
 CellType getCellType()
           
 void setCellType(CellType cellType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellContents

public CellContents(Cell cell,
                    CellType cellType)
Method Detail

getCell

public Cell getCell()

getCellType

public CellType getCellType()

setCellType

public void setCellType(CellType cellType)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.