| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeLabels |
StringGraph.edgeLabels() |
default EdgeLabels |
StringGraph.edgeLabelsFrom(Node node) |
EdgeLabels |
StringGraph.edgeLabelsFromNode(String fromNode) |
default EdgeLabels |
StringGraph.edgeLabelsTo(Node node) |
EdgeLabels |
StringGraph.edgeLabelsToNode(String toNode) |
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.