| Package | Description |
|---|---|
| org.abego.stringgraph.core |
A directed graph implementation using String objects to represent the nodes
and the labels of the edges and supporting custom definable properties
on the nodes.
|
| org.abego.stringgraph.dotdigraph |
DOT Digraph support
|
| org.abego.stringgraph.internal |
The "internal" package of the module, not intended to be access directly
by client code.
|
| Modifier and Type | Method and Description |
|---|---|
StringGraph |
StringGraphBuilder.build() |
StringGraph |
StringGraphs.readStringGraph(URI uri)
Reads the
stringGraph from the give uri and returns it. |
| Modifier and Type | Method and Description |
|---|---|
StringGraphDump |
StringGraphs.createStringGraphDump(StringGraph graph)
Creates a
StringGraphDump for the given graph. |
StringGraphDump |
StringGraphs.createStringGraphDump(StringGraph graph,
Function<String,String> idOrLabelToText)
Creates a
StringGraphDump for the given graph, using the
idOrLabelToText function to translate the ids of Nodes
and labels of Edges before dumping. |
void |
StringGraphs.writeStringGraph(StringGraph stringGraph,
URI uri)
Writes the
stringGraph to the give uri. |
| Modifier and Type | Method and Description |
|---|---|
default void |
DOTDigraphPrinter.printDOTDigraph(PrintStream out,
StringGraph graph) |
void |
DOTDigraphPrinter.printDOTDigraph(PrintStream out,
StringGraph graph,
DOTDigraphPrinter.PrintOptions options) |
default void |
DOTDigraphPrinter.printDOTDigraph(PrintStream out,
StringGraph graph,
String name) |
| Modifier and Type | Method and Description |
|---|---|
StringGraph |
StringGraphsImpl.readStringGraph(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
static StringGraphDump |
StringGraphDumpImpl.createStringGraphDump(StringGraph graph) |
StringGraphDump |
StringGraphsImpl.createStringGraphDump(StringGraph graph) |
static StringGraphDump |
StringGraphDumpImpl.createStringGraphDump(StringGraph graph,
Function<String,String> idToText) |
StringGraphDump |
StringGraphsImpl.createStringGraphDump(StringGraph graph,
Function<String,String> idOrLabelToText) |
void |
StringGraphsImpl.writeStringGraph(StringGraph stringGraph,
URI uri) |
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.