|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetkit.graph.io.EdgeWriterRN
public final class EdgeWriterRN
This class outputs Edge data in RN format. The output format matches that read in by EdgeReaderRN.
EdgeReaderRN,
SchemaReader,
SchemaWriter,
Graph| Constructor Summary | |
|---|---|
EdgeWriterRN()
|
|
| Method Summary | |
|---|---|
static void |
writeEdges(Edge[] edges,
java.io.Writer writer)
Writes Edges to the supplied Writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdgeWriterRN()
| Method Detail |
|---|
public static void writeEdges(Edge[] edges,
java.io.Writer writer)
edges - an array of Edges to be output. All of the
supplied Edges must share the same EdgeType reference.writer - a Writer object where the output will go. The
Writer is flushed but not closed.
java.lang.RuntimeException - if any constraints are violated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||