public class GraphBuilder
extends java.lang.Object
| Constructor and Description |
|---|
GraphBuilder(java.lang.String regex,
int num,
java.lang.String selectBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String text)
Adds text to the graph
|
java.lang.String |
buildGraph()
Builds the graph based on all the input
|