See: Description
Interface | Description |
---|---|
EdgeIndexFunction<V,E> |
An interface for a service to access the index of a given edge (in a given graph)
into the set formed by the given edge and all the other edges it is parallel to.
|
Class | Description |
---|---|
Context<G,E> |
A class that is used to link together a graph element and a specific graph.
|
DefaultParallelEdgeIndexFunction<V,E> |
A class which creates and maintains indices for parallel edges.
|
Graphs |
Provides specialized implementations of
GraphDecorator . |
IncidentEdgeIndexFunction<V,E> |
A class which creates and maintains indices for incident edges.
|
Pair<T> |
An implementation of
Collection that stores exactly
2 non-null objects and is not mutable. |
TreeUtils |
Contains static methods for operating on instances of
Tree . |
Enum | Description |
---|---|
EdgeType |
Defines the possible edge types for graphs which assign types to edges.
|
Utility interfaces and classes for the JUNG API. These include:
Context
: a wrapper for an element in the context of a specific graph
classes for maintaining edge indices (primarily for rendering)
Pair<T>
: an implementation of Collection
designed for
two-element immutable collections
Graphs
: facilitates the creation of special delegate
types such as synchronized and unmodifiable graphs
TreeUtils
: utilities for trees and forests (subtree extraction, grafting, merging, etc.)
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence