public class GraphDB extends Object
| Constructor and Description |
|---|
GraphDB(String db_path)
Example constructor shows how to create and start an XML parser.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
clean()
Remove nodes with no connections from the graph.
|
(package private) static String |
cleanString(String s)
Helper to process strings into their "cleaned" form, ignoring punctuation and capitalization.
|
public GraphDB(String db_path)
db_path - Path to the XML file to be parsed.static String cleanString(String s)
s - Input string.private void clean()