- Since:
- 2009-02-19
- Author:
- Yoann Pigné , Guilhelm Savin
-
-
Class Summary
| Class |
Description |
| AnnotatedSink |
A sink easily allowing a bind between attribute modifications and method
calls.
|
| AttributePipe |
Allows to filter the attribute event stream.
|
| GraphReplay |
A simple source of graph events that takes an existing graph and creates a
flow of events by enumerating all nodes, edges and attributes of the graph.
|
| PipeAdapter |
Adapter for the filter interface.
|
| PipeBase |
A base pipe that merely let all events pass.
|
| SinkAdapter |
Adapter for the Sink interface.
|
| SourceAdapter |
Adapter for the input interface.
|
| SourceBase |
Base implementation of an input that provide basic sink handling.
|
| Timeline |
|
-
-
Exception Summary
| Exception |
Description |
| GraphParseException |
Raised when a parse error occurred while reading a graph file.
|
-
Annotation Types Summary
| Annotation Type |
Description |
| AnnotatedSink.Bind |
Annotation used to bind an event to a method.
|