public class GraphDB extends Object
Constructor and Description |
---|
GraphDB(String dbPath)
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 dbPath)
dbPath
- Path to the XML file to be parsed.static String cleanString(String s)
s
- Input string.private void clean()