Uses of Class
com.speckled.specksim.state.StateProcessor

Packages that use StateProcessor
com.speckled.specksim.imp.state StateProcessor and StateFilter implementations, and interfaces that can be applied to SpeckStates. 
com.speckled.specksim.state Classes for representing and manipulating the interesting state of a simulation 
 

Uses of StateProcessor in com.speckled.specksim.imp.state
 

Subclasses of StateProcessor in com.speckled.specksim.imp.state
 class NeighbourhoodProcessor
          This processor generates an array, each element of which is an int array containing the indices of that speck's neighbours in the state array.
 

Uses of StateProcessor in com.speckled.specksim.state
 

Methods in com.speckled.specksim.state that return StateProcessor
 StateProcessor StateSink.getProcessor(java.lang.String name)
          Gets a named StateProcessor, so that the output can be accessed