| Package | Description |
|---|---|
| org.neo4j.visualization | |
| org.neo4j.walk |
| Modifier and Type | Class and Description |
|---|---|
class |
Visualizer<E extends Throwable>
Traverses a graph and outputs the result to an external receiver.
|
| Modifier and Type | Method and Description |
|---|---|
Visitor<Void,E> |
Visualizer.visitSubgraph(String name) |
| Modifier and Type | Method and Description |
|---|---|
<R,E extends Throwable> |
SubgraphMapper.SubgraphMappingWalker.accept(Visitor<R,E> visitor) |
| Modifier and Type | Method and Description |
|---|---|
Visitor<R,E> |
Visitor.visitSubgraph(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract <R,E extends Throwable> |
Walker.accept(Visitor<R,E> visitor) |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.