Functor Rule.Parallel_2eca.Automaton


module Automaton: 
functor (Parameters : Parameters) -> sig .. end
Parameters:
Parameters : Parameters

val name : string
type state = int 
type configuration = state array 
val transition_rule : int array array -> int array -> int -> int
val initialize : int -> int array
val states : int array
val color_of_state : int -> Graphics.color