Package | Description |
---|---|
edu.uci.ics.jung.io |
Provides a set of graph file format interpreters for loading graphs from disk.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLFile.setGraphMLFileHandler(GraphMLFileHandler fileHandler)
Allows the user to provide his/her own subclassed GraphML file handerl
|
Constructor and Description |
---|
GraphMLFile(GraphMLFileHandler handler)
Constructors which allows a subclass of GraphMLFileHandler to be used to parse the graph
|