geneagrapher icon indicating copy to clipboard operation
geneagrapher copied to clipboard

Create needed infrastructure in Graph to enable writer classes

Open davidalber opened this issue 13 years ago • 0 comments

Geneagrapher currently generates only DOT output and the generation of the dot content is done within the Graph class. We want to introduce "writer" classes to Geneagrapher that will generalize this conversion and make it more flexible. Writing the output will be done outside of the Graph class.

A writer class takes a Graph object when initialized and uses the Graph interface to get the information needed for writing the graph.


Prerequisite of #6.

davidalber avatar Nov 28 '11 07:11 davidalber