Uses of Interface
bcds.phison.io.GraphFormatter

Packages that use GraphFormatter
bcds.phison.io Classes in this package deal with reading or writing files (topologies in different formats, demand type defintions, zone maps, etc.). 
 

Uses of GraphFormatter in bcds.phison.io
 

Classes in bcds.phison.io that implement GraphFormatter
 class GraphFormatterBare<V,E>
          Implements a "bare" graph formatter, where the node description (and its id) is simply what toString() produces for it.
 class PropertyBasedFormatter<V extends GraphIONode,E>
          Implements a simple "formatter" of node and link attributes.
 

Methods in bcds.phison.io with parameters of type GraphFormatter
 void DotExporter.setFormatter(GraphFormatter<V,E> formatter)
          Sets an explicit formatter.