Package edu.uci.ics.jung.graph.decorators

Interface Summary
EdgeStringer An EdgeStringer provides a string Label for any edge.
NumberEdgeValue A generalized interface for setting and getting Numbers of ArchetypeEdges.
VertexStringer  
 

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.
 

Exception Summary
StringLabeller.UniqueLabelException A minor class to store exceptions from duplicate labels in the Graph.