public class GraphPlotter_Graphviz extends Object
| Constructor and Description |
|---|
GraphPlotter_Graphviz() |
| Modifier and Type | Method and Description |
|---|---|
static String |
plot(URIFactory factory,
G graph,
Set<org.openrdf.model.URI> VertexUriColored,
boolean showLabels) |
static String |
plot(URIFactory factory,
G graph,
Set<org.openrdf.model.URI> VertexColored,
boolean showLabels,
boolean showSubSlassOfLabels,
IndexHash index) |
static String |
splitString(String in,
int max_num_per_string) |
public static String plot(URIFactory factory, G graph, Set<org.openrdf.model.URI> VertexUriColored, boolean showLabels)
factory - graph - VertexUriColored - showLabels - public static String plot(URIFactory factory, G graph, Set<org.openrdf.model.URI> VertexColored, boolean showLabels, boolean showSubSlassOfLabels, IndexHash index)
factory - graph - VertexColored - showLabels - index - Copyright © 2014. All rights reserved.