| 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 |
|---|---|
Property |
StringGraph.getNodeProperty(String node,
String propertyName) |
default Property |
StringGraph.getProperty(Node node,
String propertyName) |
Property |
Properties.getProperty(String name)
Returns the
Property with the given name or throws a
NoSuchPropertyException when no such property exists. |
@Nullable Property |
Properties.getPropertyOrNull(String name)
Returns the
Property with the given name or null
when no such property exists. |
| Modifier and Type | Method and Description |
|---|---|
Stream<Property> |
Properties.stream() |
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.