This module defines the notion of a $(RULE). A $(RULE) is the part of
a cellular automaton responsible for changing the ca's cells state.
Each generation the $(RULE) is applied to the cellular automaton in order to
get it's cells new state.
It provides templates for testing whether a given object is a $(RULE), and
what kind of $(RULE) it is.
This module defines the notion of a $(RULE). A $(RULE) is the part of a cellular automaton responsible for changing the ca's cells state. Each generation the $(RULE) is applied to the cellular automaton in order to get it's cells new state.
It provides templates for testing whether a given object is a $(RULE), and what kind of $(RULE) it is.
$(CALIB_ABSTRACT_DESC)