Interface | Description |
---|---|
NamedGraphServer |
A server that allows one to navigate through a graph whose nodes are decorated with names.
|
Class | Description |
---|---|
ImmutableGraphNamedGraphServer |
A
NamedGraphServer using an ImmutableGraph
for the graph structure and a StringMap for the name of the nodes. |
NamedGraphServerHttpProxy |
An HTTP proxy that uses a
NamedGraphServer to generate fake HTML pages contaning only links. |
NamedGraphServerHttpProxy.CapriciousPrintWriter |
Like a standard print writer, but it sleeps a random amount of time before printing each string (only the
methods
NamedGraphServerHttpProxy.CapriciousPrintWriter.println(String) , NamedGraphServerHttpProxy.CapriciousPrintWriter.print(String) and NamedGraphServerHttpProxy.CapriciousPrintWriter.println() are affected). |
RandomNamedGraphServer |
A
NamedGraphServer exposing a random graph. |