public class GraphToXMLEventGeneratorImpl extends Object implements GraphToXMLEventGenerator
| Constructor and Description |
|---|
GraphToXMLEventGeneratorImpl() |
| 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)
Serialize the Graph using the specified XMLSerializer
|
void |
serialize(VisualGraph vGraph) |
public void addHandler(GraphToXMLHandler handlerToAdd)
addHandler in interface GraphToXMLEventGeneratorpublic void removeHandler(GraphToXMLHandler handlerToRemove)
removeHandler in interface GraphToXMLEventGeneratorpublic void serialize(Graph graph) throws Exception
serialize in interface GraphToXMLEventGeneratorExceptionpublic void serialize(VisualGraph vGraph) throws Exception
serialize in interface GraphToXMLEventGeneratorExceptionpublic void notifyStartSerialize(Graph graph) throws Exception
notifyStartSerialize in interface GraphToXMLEventGeneratorExceptionpublic void notifyStartSerialize(VisualGraph vGraph) throws Exception
notifyStartSerialize in interface GraphToXMLEventGeneratorExceptionpublic void notifySerializeVertex(Vertex vertex) throws Exception
notifySerializeVertex in interface GraphToXMLEventGeneratorExceptionpublic void notifySerializeEdge(Edge edge) throws Exception
notifySerializeEdge in interface GraphToXMLEventGeneratorExceptionpublic void notifyEndSerialize()
throws Exception
notifyEndSerialize in interface GraphToXMLEventGeneratorExceptionCopyright © 2019 JULIE Lab, Germany. All rights reserved.