| Package | Description |
|---|---|
| javatools.datatypes |
| Modifier and Type | Class and Description |
|---|---|
class |
UndirectedGraph<E extends java.lang.Comparable<E>>
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
| Modifier and Type | Method and Description |
|---|---|
static DirectedGraph<java.lang.String> |
DirectedGraph.create(java.io.File file,
java.util.regex.Pattern pattern)
Constructs a directed graph from a File.
|