fcmodeler.io.dot
Class DotGraphReader

java.lang.Object
  |
  +--fcmodeler.io.AbstractGraphReader
        |
        +--fcmodeler.io.dot.DotGraphReader
All Implemented Interfaces:
GraphReader

public class DotGraphReader
extends AbstractGraphReader

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

Constructor Summary
DotGraphReader(DotGraphHandler handler)
          Creates new DotGraphReader
 
Method Summary
 void configure(FCModeler fcmodeler)
           
 DotGraphHandler getHandler()
           
 void readGraph(java.io.Reader reader)
          Reads the graph from the specified input source.
 
Methods inherited from class fcmodeler.io.AbstractGraphReader
isReadingCoordinates, isReadingMappings, isReadingTopology, readCoordinates, readMappings, readTopology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotGraphReader

public DotGraphReader(DotGraphHandler handler)
Creates new DotGraphReader
Method Detail

configure

public void configure(FCModeler fcmodeler)
Overrides:
configure in class AbstractGraphReader

getHandler

public DotGraphHandler getHandler()

readGraph

public void readGraph(java.io.Reader reader)
Reads the graph from the specified input source.
Overrides:
readGraph in class AbstractGraphReader
Parameters:
reader - the input source containing the graph in text format.