# --graph-writer flat

%% Use the flat graph writer (this is the default and may be omitted)

# --graph-writer family 2

%% Use the family graph writer, the family value is retrieved from column 2

# --graph-writer external ikr.externalgraphwriter.ExternalGraphWriterExample

%% Use the external graph writer with the given class name. See the example package how to use this

