|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
GraphUtil.createGraphWriter(java.lang.String fname,
SimGraph<V,E> g)
Instantiates a new graph writer based on the filename extension. |
|
static
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |