Uses of Class
bcds.phison.io.GraphWriter

Packages that use GraphWriter
bcds.phison This package defines essential graph entities, such as nodes, links and paths. 
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 GraphWriter in bcds.phison
 

Methods in bcds.phison that return GraphWriter
static
<V extends GraphIONode,E>
GraphWriter<V,E>
GraphUtil.createGraphWriter(java.io.PrintStream out, java.lang.String ftype, SimGraph<V,E> g)
          Creates a GraphWriter tied to a java.io.PrintStream object.
static
<V extends GraphIONode,E>
GraphWriter<V,E>
GraphUtil.createGraphWriter(java.lang.String fname, SimGraph<V,E> g)
          Instantiates a new graph writer based on the filename extension.
static
<V extends GraphIONode,E>
GraphWriter<V,E>
GraphUtil.createGraphWriter(java.io.Writer out, java.lang.String ftype, SimGraph<V,E> g)
          Creates a GraphWriter tied to a java.io.Writer object.
 

Uses of GraphWriter in bcds.phison.io
 

Subclasses of GraphWriter in bcds.phison.io
 class GraphMLWriter<V extends GraphIONode,E>
          Writes a SimGraph to a GraphML file.
 class NetGraphWriter<V extends GraphIONode,E>
          Writes a topology in .net format.
 class SgfGraphWriter<V extends GraphIONode,E>
          Writes a topology in .sgf format.