SpanningTreesMatsuiProcessor - manudubinsky/tinygarden GitHub Wiki
The Processor hierarchy is used to analyse specific elements of the set of spanning trees. The instances are invoked by SpanningTreesMatsui.
The interface is simple, just one method must implemented:
processSpanningTree()
: this method is called once for every spanning tree generated by SpanningTreesMatsui. If the spanning tree is processed only if it has a certain property.
Use case: pretty-print a specific spanning tree.
See also: Collector