|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.io.AbstractGraphReader | +--fcmodeler.io.xml.XMLGraphReader
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 |
public XMLGraphReader()
public XMLGraphReader(boolean readCoordinates, boolean readMappings, boolean readTopology)
Method Detail |
public void configure(FCModeler fcmodeler)
configure
in class AbstractGraphReader
public void readGraph(java.io.Reader reader)
readGraph
in class AbstractGraphReader
reader
- the input source containing the graph in text format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |