|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--fcmodeler.io.AbstractGraphWriter
|
+--fcmodeler.io.dot.SimpleDotWriter
... is ...
| 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 |
public SimpleDotWriter()
| Method Detail |
public java.util.Map getEdgeMap()
getEdgeMap in interface DotGraphWriterpublic java.util.Map getNodeMap()
getNodeMap in interface DotGraphWriter
public void writeGraph(FCModeler fcmodeler,
java.io.Writer writer)
writeGraph in interface GraphWriterwriteGraph in class AbstractGraphWritergraph - the graph to write.writer - the output where the graph in text format will go.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||