public interface GraphToXMLEventGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(GraphToXMLHandler handlerToAdd) |
void |
notifyEndSerialize() |
void |
notifySerializeEdge(Edge edge) |
void |
notifySerializeVertex(Vertex vertex) |
void |
notifyStartSerialize(Graph graph) |
void |
notifyStartSerialize(VisualGraph vGraph) |
void |
removeHandler(GraphToXMLHandler handlerToRemove) |
void |
serialize(Graph graph)
Method to be implemented by subclasses to serialize a Graph
|
void |
serialize(VisualGraph vGraph) |
void addHandler(GraphToXMLHandler handlerToAdd)
void removeHandler(GraphToXMLHandler handlerToRemove)
void serialize(Graph graph) throws Exception
Exceptionvoid serialize(VisualGraph vGraph) throws Exception
Exceptionvoid notifyStartSerialize(VisualGraph vGraph) throws Exception
ExceptionCopyright © 2019 JULIE Lab, Germany. All rights reserved.