|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.univ.paris5.GameOfLife.Algorithm
org.univ.paris5.GameOfLife.algorithms.Algorithm_7_States
public class Algorithm_7_States
One algoritm with 3 state.
Field Summary |
---|
Fields inherited from class org.univ.paris5.GameOfLife.Algorithm |
---|
neighbor_loop, rules, states |
Constructor Summary | |
---|---|
Algorithm_7_States()
|
Method Summary | |
---|---|
State |
getCellStateByNeighbor(State state,
Cell[] neighbor)
The method abstract, you must redefine this method in your class Algorithm. |
Methods inherited from class org.univ.paris5.GameOfLife.Algorithm |
---|
getNumberLoop, getRules, getStates, setNumberLoop, setRules |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Algorithm_7_States()
Method Detail |
---|
public State getCellStateByNeighbor(State state, Cell[] neighbor)
Algorithm
getCellStateByNeighbor
in class Algorithm
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |