Skip navigation links

Package edu.uci.ics.jung.graph

Interfaces for the JUNG graph types, and some representative implementations.

See: Description

Package edu.uci.ics.jung.graph Description

Interfaces for the JUNG graph types, and some representative implementations.

A graph consists of a set of vertices set and a set of edges which connect the vertices. The base interface is Hypergraph, which defines the most general type of graph; other interfaces (Graph, DirectedGraph, etc.) define more restrictive graph types.

Vertex and edge types are specified at compile type using Java 1.5 generics.

Types of graphs which are supported include (but are not limited to)

Extensions or implementations of this interface may enforce or disallow any or all of these variations.

Notes:

Skip navigation links

Copyright © 2015. All rights reserved.