org.tm4j.panckoucke.render.graph .GraphAlgorithm

Description

This represents an Algorithm which is used for creating a "nice" Graph out of a panoucke GraphModel

Implementations of this interface should be called by the renderer using it, the algorithm should then use the callback methods visualiseNode and visualiseArc to "build" the graph

Method Summary
void computeModel(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.render.graph.GraphRenderer renderer)
computes the Model, should be used with the AVisualisationRenderer methods visualizeNode and visualizeArc as callback methods