▶INITIAL STATE
@return {any[]} Array of initial states.
▼OPERATOR
@param {any[]} c Clique; array of input states
@return {any[][]} Operations; arrays with output states.
▶COORDINATE / EQUIVALENCE
@param {any} s State
@return {string} Spatial coordinate.
▶PROBABILITIES
@param {string} coord Coordinate
@param {any[][]} cs Cliques; array of array of states.
@return {number[]} Clique probabilities or null/undefined.
▶VISIBILITY
@param {any} s State
@return {boolean} true, if the state is to be shown/visible.
▶DETECTORS
@return {string[]} Array of detector coordinates.