tdd.interfaces
Interface IHamster


public interface IHamster


Method Summary
 int getColumn()
           
 int getNumberOfGrains()
           
 int getRow()
           
 boolean isDirectionEast()
           
 boolean isDirectionNorth()
           
 boolean isDirectionSouth()
           
 boolean isDirectionWest()
           
 

Method Detail

getRow

int getRow()

getColumn

int getColumn()

getNumberOfGrains

int getNumberOfGrains()

isDirectionNorth

boolean isDirectionNorth()

isDirectionWest

boolean isDirectionWest()

isDirectionSouth

boolean isDirectionSouth()

isDirectionEast

boolean isDirectionEast()