fcmodeler.io.dot
Class SimpleDotWriter

java.lang.Object
  |
  +--fcmodeler.io.AbstractGraphWriter
        |
        +--fcmodeler.io.dot.SimpleDotWriter
All Implemented Interfaces:
DotGraphWriter, GraphWriter

public class SimpleDotWriter
extends AbstractGraphWriter
implements DotGraphWriter

... is ...

Since:
JDK1.3
Version:
$Revision: 1.4 $
Author:
Julie Dickerson , Zach Cox

Constructor Summary
SimpleDotWriter()
          Creates new SimpleDotWriter
 
Method Summary
 java.util.Map getEdgeMap()
           
 java.util.Map getNodeMap()
           
 void writeGraph(FCModeler fcmodeler, java.io.Writer writer)
          Writes the specified graph to the specified output.
 
Methods inherited from class fcmodeler.io.AbstractGraphWriter
isWritingCoordinates, isWritingMappings, isWritingTopology, writeCoordinates, writeMappings, writeTopology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fcmodeler.io.GraphWriter
isWritingCoordinates, isWritingMappings, isWritingTopology, writeCoordinates, writeMappings, writeTopology
 

Constructor Detail

SimpleDotWriter

public SimpleDotWriter()
Creates new SimpleDotWriter
Method Detail

getEdgeMap

public java.util.Map getEdgeMap()
Specified by:
getEdgeMap in interface DotGraphWriter

getNodeMap

public java.util.Map getNodeMap()
Specified by:
getNodeMap in interface DotGraphWriter

writeGraph

public void writeGraph(FCModeler fcmodeler,
                       java.io.Writer writer)
Writes the specified graph to the specified output.
Specified by:
writeGraph in interface GraphWriter
Overrides:
writeGraph in class AbstractGraphWriter
Parameters:
graph - the graph to write.
writer - the output where the graph in text format will go.