public class GraphMLParser
extends java.lang.Object
| Constructor and Description |
|---|
GraphMLParser() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
convert(java.lang.String dotty,
PredictionType classType,
java.util.HashMap<java.lang.String,PredictionType> predictionTypes,
VisConfigurables config)
Converts the dotty format to TreeML.
|
protected prefuse.data.Tree |
parse(java.lang.String graphml)
Parses the graph in GraphML and returns the built graph.
|
protected prefuse.data.Tree parse(java.lang.String graphml)
graphml - the graph in GraphMLprotected java.lang.String convert(java.lang.String dotty,
PredictionType classType,
java.util.HashMap<java.lang.String,PredictionType> predictionTypes,
VisConfigurables config)
dotty - the graph in dotty formatpredictionTypes - classType - predictionTypes - predictionTypes - config -