public interface GraphToXMLHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endSerialize()
Called only once after the serialization process begins.
|
void |
endSerializeEdge(Edge edge) |
void |
endSerializeVertex(Vertex vertex) |
GraphToXMLEventGenerator |
getEventGenerator()
Returns the GraphToXMLEventGenerator that is generating the events.
|
void |
serializeEdge(Edge edge)
Called only once for each Edge in the Graph being serialized.
|
void |
serializeVertex(Vertex vertex)
Called only once for each Vertex in the Graph being serialized.
|
void |
startSerialize(Graph graph)
Called only once before the serialization process begins.
|
void |
startSerialize(VisualGraph vGraph)
Called only once before the serialization process begins.
|
void startSerialize(Graph graph) throws Exception
Exceptionvoid startSerialize(VisualGraph vGraph) throws Exception
Exceptionvoid serializeVertex(Vertex vertex) throws Exception
vertex - The Vertex that needs to be serializedExceptionvoid serializeEdge(Edge edge) throws Exception
edge - The Edge that needs to be serializedExceptionvoid endSerialize()
throws Exception
ExceptionGraphToXMLEventGenerator getEventGenerator()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.