- BabySoWoBi - Class in scratch.danyel
-
- BabySoWoBi(Reader) - Constructor for class scratch.danyel.BabySoWoBi
-
- back_color - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexColorFunction
-
- backClr - Variable in class scratch.scott.PSGr
-
- backing_collection - Variable in class edu.uci.ics.jung.utils.CollectionFactory.CollectionData
-
- BarabasiAlbertGenerator - Class in edu.uci.ics.jung.random.generators
-
Simple evolving scale-free random graph generator.
- BarabasiAlbertGenerator(int, int, boolean, boolean, int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
-
Constructs a new instance of the generator.
- BarabasiAlbertGenerator(int, int, int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
-
Constructs a new instance of the generator, whose output will be an undirected graph.
- BarabasiAlbertGenerator(int, int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
-
Constructs a new instance of the generator, whose output will be an undirected graph,
and which will use the current time as a seed for the random number generation.
- BaryCenter - Class in edu.uci.ics.jung.algorithms.importance
-
A simple node importance ranker based on the total shortest path of the
node.
- BaryCenter(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.BaryCenter
-
Constructor which initializes the algorithm
- base - Variable in class edu.uci.ics.jung.visualization.Lens
-
Deprecated.
the base of the rectangle
- BasicGraphTest - Class in test.edu.uci.ics.jung.graph.impl
-
- BasicGraphTest(String) - Constructor for class test.edu.uci.ics.jung.graph.impl.BasicGraphTest
-
- BasicGraphTest.BasicGraphSparseTest - Class in test.edu.uci.ics.jung.graph.impl
-
- BasicGraphTest.BasicGraphSparseTest(String) - Constructor for class test.edu.uci.ics.jung.graph.impl.BasicGraphTest.BasicGraphSparseTest
-
- BasicRenderer - Class in samples.graph
-
- BasicRenderer() - Constructor for class samples.graph.BasicRenderer
-
- BasicRenderer - Class in scratch.scott
-
- BasicRenderer() - Constructor for class scratch.scott.BasicRenderer
-
- BernoulliEdgePermuter - Class in edu.uci.ics.jung.random.permuters
-
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 in edu.uci.ics.jung.algorithms.importance
-
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
-
- BetweennessCentrality(Graph, boolean, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
-
- BetweenVis - Class in scratch.danyel.sample
-
Works off of a concept brought out by Mark Newman (Michigan).
- BetweenVis() - Constructor for class scratch.danyel.sample.BetweenVis
-
- BFSDistanceLabeler - Class in edu.uci.ics.jung.algorithms.connectivity
-
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
- BicomponentClusterer - Class in edu.uci.ics.jung.algorithms.cluster
-
Finds all biconnected components (bicomponents) of an undirected graph.
- BicomponentClusterer() - Constructor for class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
-
Constructs a new bicomponent finder
- BidiDecoration<K,V> - Interface in scratch.joshua.jung_2_0.decoration
-
An interface for read-only one-to-one decorations of arbitrary elements.
- 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
-
- BIPARTITE_USER_TAG - Static variable in class edu.uci.ics.jung.graph.impl.BipartiteGraph
-
The tag for the UserData attached to a single Edge.
- BipartiteEdge - Class in edu.uci.ics.jung.graph.impl
-
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 in edu.uci.ics.jung.graph.impl
-
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 in edu.uci.ics.jung.graph.impl
-
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 in edu.uci.ics.jung.algorithms.blockmodel
-
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 in edu.uci.ics.jung.algorithms.blockmodel
-
- BipartiteGraphCollapser.CollapsedBipartiteEdge(BipartiteVertex, BipartiteVertex, Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge
-
- BipartiteGraphCollapser.CollapsedBipartiteVertex - Class in edu.uci.ics.jung.algorithms.blockmodel
-
- BipartiteGraphCollapser.CollapsedBipartiteVertex(Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteVertex
-
- BipartiteGraphReader - Class in edu.uci.ics.jung.io
-
- BipartiteGraphReader(boolean, boolean, boolean) - Constructor for class edu.uci.ics.jung.io.BipartiteGraphReader
-
- BipartiteGraphReader() - Constructor for class edu.uci.ics.jung.io.BipartiteGraphReader
-
Creates a BipartiteGraphReader with default behavior (one edge per line,
undirected, no parallel edges created).
- BipartiteGraphReaderTest - Class in test.edu.uci.ics.jung.io
-
- BipartiteGraphReaderTest() - Constructor for class test.edu.uci.ics.jung.io.BipartiteGraphReaderTest
-
- BipartiteGraphTest - Class in test.edu.uci.ics.jung.graph.bipartite
-
- BipartiteGraphTest() - Constructor for class test.edu.uci.ics.jung.graph.bipartite.BipartiteGraphTest
-
- BipartiteVertex - Class in edu.uci.ics.jung.graph.impl
-
created Dec 28, 2003
- BipartiteVertex() - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteVertex
-
- BipartiteVertexRenderer - Class in samples.graph.southern
-
- BipartiteVertexRenderer(KPartiteGraph, StringLabeller, StringLabeller) - Constructor for class samples.graph.southern.BipartiteVertexRenderer
-
- BipartiteVertexRenderer(StringLabeller, StringLabeller) - Constructor for class samples.graph.southern.BipartiteVertexRenderer
-
- BirdsEyeGraphDraw - Class in edu.uci.ics.jung.visualization.contrib
-
Deprecated.
As of version 1.7. See SatelliteViewDemo for an example of how to do this.
- BirdsEyeGraphDraw(GraphDraw, float, float) - Constructor for class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw
-
Deprecated.
Creates a read-only graph drawing environment that draws this graph object.
- BirdsEyeVisualizationViewer - Class in edu.uci.ics.jung.visualization
-
Deprecated.
Use the SatelliteVisualizationViewer instead
- BirdsEyeVisualizationViewer(VisualizationViewer, float, float) - Constructor for class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
-
Deprecated.
create an instance with passed values
- bounds - Variable in class test.edu.uci.ics.jung.utils.CoordinateUtilsTest
-
- bpg - Variable in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- BPVR - Class in scratch.danyel
-
- BPVR(KPartiteGraph, StringLabeller, StringLabeller) - Constructor for class scratch.danyel.BPVR
-
- BPVR(StringLabeller, StringLabeller) - Constructor for class scratch.danyel.BPVR
-
- BrandesBetweennessCentrality - Class in scratch.scott
-
Computes betweenness centrality for each vertex and edge in the graph.
- BrandesBetweennessCentrality(Graph) - Constructor for class scratch.scott.BrandesBetweennessCentrality
-
Constructor which initializes the algorithm
- BROKEN_IMAGE - Static variable in interface edu.uci.ics.jung.graph.decorators.VertexIconFunction
-
- buildBackingCollection(Collection, Predicate, Comparator) - Method in class edu.uci.ics.jung.utils.CollectionFactory.CollectionData
-