public class GraphStringConverter
extends java.lang.Object
| Constructor and Description |
|---|
GraphStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Graph |
fromText(java.lang.String description)
Converts the given string to a graph.
|
public static Graph fromText(java.lang.String description)
description - The string to convert to a graph.