| Interface | Description |
|---|---|
| AbstractPathListener |
AbstractPathListener represents a common interface for
PathListener, SimplePathListener, and CyclePathListener.
|
| Class | Description |
|---|---|
| ConnectedSetListener |
ConnectedSetListener maintains connected set information about the graph on
which it is listening.
|
| CyclePathListener |
CyclePathListener extends SimplePathListener to allow a cycle to be
defined.
|
| DirectedAcyclicGraphListener |
DirectedAcyclicGraphListener enforces the DAG property of a graph.
|
| ImmutableGraphListener |
ImmutableGraphListener enforces immutability of a graph by asserting
whenever someone tries to change the graph.
|
| NullGraphListener |
NullGraphListener is an implementation of GraphListener which just ignores
all events.
|
| PathListener |
PathListener imposes a path structure on a Graph.
|
| SimplePathListener |
SimplePathListener imposes a simple path structure on a
Graph.
|
| TreeListener |
TreeListener imposes a tree structure on a Graph.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.