org.eclipse.lifegame.domain
Interface TwoDimensionalRule

All Known Implementing Classes:
TwoDimensionalDeathRule, TwoDimensionalBirthRule, TwoDimensionalSurvivalRule

public interface TwoDimensionalRule

Author:
Espirity Inc.

Method Summary
 boolean doesApply(int[][] cells, int i, int j)
           
 int getCellValue()
           
 

Method Detail

getCellValue

public int getCellValue()

doesApply

public boolean doesApply(int[][] cells,
                         int i,
                         int j)