edu.uci.ics.jung.io.graphml
Class GraphMLDocument

java.lang.Object
  extended by edu.uci.ics.jung.io.graphml.GraphMLDocument

public class GraphMLDocument
extends Object

Maintains all the metadata read in from a single GraphML XML document.


Constructor Summary
GraphMLDocument()
           
 
Method Summary
 void clear()
           
 List<GraphMetadata> getGraphMetadata()
           
 KeyMap getKeyMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphMLDocument

public GraphMLDocument()
Method Detail

getKeyMap

public KeyMap getKeyMap()

getGraphMetadata

public List<GraphMetadata> getGraphMetadata()

clear

public void clear()


Copyright © 2009. All Rights Reserved.