public interface StringGraphConstructing
| Modifier and Type | Method and Description |
|---|---|
default void |
addEdge(String fromNode,
String toNode) |
void |
addEdge(String fromNode,
String edgeLabel,
String toNode) |
void |
addNode(String node) |
void |
setNodeProperty(String node,
String name,
String value) |
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.