Uses of Interface
toxi.sim.automata.MatrixEvolver

Packages that use MatrixEvolver
toxi.sim.automata   
 

Uses of MatrixEvolver in toxi.sim.automata
 

Subinterfaces of MatrixEvolver in toxi.sim.automata
 interface CARule
          This interface defines the required API for a CAMatrix compatible cellular automata rule implementation.
 

Classes in toxi.sim.automata that implement MatrixEvolver
 class CARule2D
           
 class CAWolfram1D
          An extended & customized implementation of 1D Wolfram automata, fully compatible with the classic definition, yet supporting flexible kernel sizes/rule systems and n-ary cell states.
 

Methods in toxi.sim.automata that return MatrixEvolver
 MatrixEvolver CAMatrix.getRule()