A B C D E F G H I K L M N O P R S T U V W X Y

B

BFSDistanceLabeler - class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler.
Labels each node in the graph according to the BFS distance from the start node(s).
BFSDistanceLabeler(String) - Constructor for class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Creates a new BFS labeler for the specified graph and root set.
BFSDistanceLabeler() - Constructor for class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Creates a new BFS labeler for the specified graph and root set The distances are stored in the corresponding Vertex objects and are of type MutableInteger
BIPARTITE_USER_TAG - Static variable in class edu.uci.ics.jung.graph.impl.BipartiteGraph
The tag for the UserData attached to a single Edge.
BarabasiAlbertGenerator - class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator.
Simple evolving scale-free random graph generator.
BarabasiAlbertGenerator(int, int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
Constructs a new instance of the generator
BarabasiAlbertGenerator(int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
Constructs a new instance of the generator
BernoulliEdgePermuter - class edu.uci.ics.jung.random.permuters.BernoulliEdgePermuter.
An edge permuter that permutes edges by sampling uniformly at random a given number of possible edges and for each that exists that edge is removed and for each that doesn't exist that edge is added.
BernoulliEdgePermuter(int) - Constructor for class edu.uci.ics.jung.random.permuters.BernoulliEdgePermuter
Constructs the edge permuter.
BetweennessCentrality - class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality.
Computes betweenness centrality for each vertex and edge in the graph.
BetweennessCentrality(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
Constructor which initializes the algorithm
BetweennessCentrality(Graph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
BicomponentClusterer - class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer.
Finds all bicomponents (or blocks) in an undirected graph where a bicomponent is defined as s maximal set of nodes and edges such that every pair of nodes is connected by two or more independent paths Running time: O(|V| + |E|) where |V| is the number of vertices and |E| is the number of edges
BicomponentClusterer() - Constructor for class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
Constructs a new bicomponent finder
BipartiteEdge - class edu.uci.ics.jung.graph.impl.BipartiteEdge.
A simple extension of the UndirectedSparseEdge, except with careful bounds checking.
BipartiteEdge(BipartiteVertex, BipartiteVertex) - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteEdge
The BipartiteEdge constructor.
BipartiteGraph - class edu.uci.ics.jung.graph.impl.BipartiteGraph.
A Bipartite graph is divided into A vertices and B vertices.
BipartiteGraph() - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteGraph
 
BipartiteGraph.Choice - class edu.uci.ics.jung.graph.impl.BipartiteGraph.Choice.
This small enumerated type merely forces a user to pick class "A" or "B" when adding a Vertex to a BipartiteGraph.
BipartiteGraph.Choice() - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteGraph.Choice
 
BipartiteGraphCollapser - class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.
A variant of the GraphCollapser that overrides two minor functions and defines CollapsedBipartiteEdge and CollapsedBipartiteVertex.
BipartiteGraphCollapser() - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser
 
BipartiteGraphCollapser.CollapsedBipartiteEdge - class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge.
 
BipartiteGraphCollapser.CollapsedBipartiteEdge(BipartiteVertex, BipartiteVertex, Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge
 
BipartiteGraphCollapser.CollapsedBipartiteVertex - class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteVertex.
 
BipartiteGraphCollapser.CollapsedBipartiteVertex(Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteVertex
 
BipartiteVertex - class edu.uci.ics.jung.graph.impl.BipartiteVertex.
created Dec 28, 2003
BipartiteVertex() - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteVertex
 
binHeight(double) - Method in class edu.uci.ics.jung.statistics.Histogram
retrieves the bin given a random value and returns the corresponding height of the bin
binIndex(double) - Method in class edu.uci.ics.jung.statistics.Histogram
 

A B C D E F G H I K L M N O P R S T U V W X Y