| 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 |
|---|---|
Edges |
StringGraph.edges() |
Edges |
StringGraph.edges(@Nullable String from,
@Nullable String label,
@Nullable String to)
Returns the
Edges according to the query given by the arguments. |
default Edges |
StringGraph.edgesFrom(Node node) |
Edges |
StringGraph.edgesFromNode(String fromNode) |
Edges |
StringGraph.edgesLabeled(String edgeLabel) |
default Edges |
StringGraph.edgesTo(Node node) |
Edges |
StringGraph.edgesToNode(String toNode) |
Edges |
StringGraph.edgesWith(Predicate<Edge> edgePredicate) |
Edges |
Edges.filtered(Predicate<Edge> edgePredicate) |
Edges |
Edges.intersected(Edges otherEdges) |
| Modifier and Type | Method and Description |
|---|---|
Edges |
Edges.intersected(Edges otherEdges) |
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.