public class DynamicGINMLWriter extends GINMLWriter<DynamicGraph,DynamicNode,DynamicEdge>
eReader, graph, graphClassName, nReader, styleManager
Constructor and Description |
---|
DynamicGINMLWriter(DynamicGraph graph) |
Modifier and Type | Method and Description |
---|---|
protected void |
hook_edgeAttribute(XMLWriter out,
DynamicEdge edge) |
protected void |
hook_graphAttribute(XMLWriter out) |
protected void |
hook_nodeAttribute(XMLWriter out,
DynamicNode node) |
addAttributeTag, addAttributeTag, addAttributeTag, addAttributeTag, saveEdges, saveNodes, stringNodeOrder, write
public DynamicGINMLWriter(DynamicGraph graph)
protected void hook_graphAttribute(XMLWriter out) throws IOException
hook_graphAttribute
in class GINMLWriter<DynamicGraph,DynamicNode,DynamicEdge>
IOException
protected void hook_nodeAttribute(XMLWriter out, DynamicNode node) throws IOException
hook_nodeAttribute
in class GINMLWriter<DynamicGraph,DynamicNode,DynamicEdge>
IOException
protected void hook_edgeAttribute(XMLWriter out, DynamicEdge edge) throws IOException
hook_edgeAttribute
in class GINMLWriter<DynamicGraph,DynamicNode,DynamicEdge>
IOException
Copyright © 2005–2020. All rights reserved.