|
Class Summary |
| Decorator |
Abstract decorator for cases where attributes are to be stored along with the graph/edge/vertex which they describe |
| EdgeWeightLabeller |
A EdgeWeightLabeller applies a label to the edges of a Graph.
|
| EdgeWeightLabellerStringer |
An EdgeStringer provides a string Label for any edge: the
String is the Weight produced by the EdgeWeightLabeller that
it takes as input. |
| GlobalStringLabeller |
The GlobalStringLabeller applies labels to all vertices in a series of
graphs. |
| Indexer |
An Indexer applies an index to a Graph. |
| NumericDecorator |
Decorator for any value type that extends the java.lang.Number class |
| StringLabeller |
A StringLabeller applies a set of labels to a Graph. |
| ToStringLabeller |
Labels vertices by their toString. |