| 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 | Interface and Description |
|---|---|
interface |
StringGraphBuilder |
| Modifier and Type | Method and Description |
|---|---|
void |
StringGraphs.constructStringGraph(URI uri,
StringGraphConstructing constructing)
Reads (
StringGraph-defining) data from the given uri and
calls the corresponding methods of the StringGraphConstructing
object to construct a StringGraph. |
| Modifier and Type | Method and Description |
|---|---|
void |
StringGraphsImpl.constructStringGraph(URI uri,
StringGraphConstructing constructing) |
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.