| 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.internal |
The "internal" package of the module, not intended to be access directly
by client code.
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StringGraphDumpImpl |
| 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) |
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.