fcmodeler.io.xml
Class XMLGraphReader

java.lang.Object
  |
  +--fcmodeler.io.AbstractGraphReader
        |
        +--fcmodeler.io.xml.XMLGraphReader
All Implemented Interfaces:
GraphReader

public class XMLGraphReader
extends AbstractGraphReader

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

Constructor Summary
XMLGraphReader()
          Creates new XMLGraphReader
XMLGraphReader(boolean readCoordinates, boolean readMappings, boolean readTopology)
           
 
Method Summary
 void configure(FCModeler fcmodeler)
           
 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

XMLGraphReader

public XMLGraphReader()
Creates new XMLGraphReader

XMLGraphReader

public XMLGraphReader(boolean readCoordinates,
                      boolean readMappings,
                      boolean readTopology)
Method Detail

configure

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

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.