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

U

UNDIRECTED_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
UNITLENGTHFUNCTION - Static variable in class edu.uci.ics.jung.visualization.SpringLayout
 
UnassembledGraph - class edu.uci.ics.jung.graph.filters.UnassembledGraph.
This class represents an unassembled graph.
UnassembledGraph(Filter, Set, Set, Graph) - Constructor for class edu.uci.ics.jung.graph.filters.UnassembledGraph
 
UnassembledGraph(String, Set, Set, Graph) - Constructor for class edu.uci.ics.jung.graph.filters.UnassembledGraph
A constructor that uses non-Filters (for example, GraphCluterers) to build themselves.
UnassembledGraph(Filter, Set, Set, UnassembledGraph) - Constructor for class edu.uci.ics.jung.graph.filters.UnassembledGraph
 
UndirectedEdge - interface edu.uci.ics.jung.graph.UndirectedEdge.
A tagging interface for implementations of Edge that do not impose an ordering on their incident vertices.
UndirectedGraph - interface edu.uci.ics.jung.graph.UndirectedGraph.
A tagging interface for implementations of Graph whose edge set consists of implementations of UndirectedEdge.
UndirectedSparseEdge - class edu.uci.ics.jung.graph.impl.UndirectedSparseEdge.
An implementation of UndirectedEdge that resides in an undirected graph.
UndirectedSparseEdge(Vertex, Vertex) - Constructor for class edu.uci.ics.jung.graph.impl.UndirectedSparseEdge
Creates an undirected edge that connects vertex from to vertex to (and vice versa).
UndirectedSparseGraph - class edu.uci.ics.jung.graph.impl.UndirectedSparseGraph.
An implementation of Graph that consists of a Vertex set and an UndirectedEdge set.
UndirectedSparseGraph() - Constructor for class edu.uci.ics.jung.graph.impl.UndirectedSparseGraph
Creates an instance of a sparse undirected graph.
UndirectedSparseVertex - class edu.uci.ics.jung.graph.impl.UndirectedSparseVertex.
A vertex class for instances of UndirectedGraph that may contain parallel edges.
UndirectedSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.UndirectedSparseVertex
Creates a new instance of a vertex for inclusion in a sparse graph.
UnweightedShortestPath - class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath.
Computes the shortest path distances for graphs whose edges are not weighted (using BFS).
UnweightedShortestPath(Graph) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
Constructs and initializes algorithm
UserData - class edu.uci.ics.jung.utils.UserData.
Represents custom user- and system-level information to extend the definition of a node.
UserData() - Constructor for class edu.uci.ics.jung.utils.UserData
 
UserDataContainer - interface edu.uci.ics.jung.utils.UserDataContainer.
The generic interface for storing UserData.
UserDataContainer.CopyAction - interface edu.uci.ics.jung.utils.UserDataContainer.CopyAction.
Decides what to do when a user datum is copied.
UserDataContainer.CopyAction.Clone - class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Clone.
Implements UserData.CLONE
UserDataContainer.CopyAction.Clone() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Clone
 
UserDataContainer.CopyAction.Remove - class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Remove.
Implements UserData.REMOVE
UserDataContainer.CopyAction.Remove() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Remove
 
UserDataContainer.CopyAction.Shared - class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Shared.
Implements UserData.SHARED
UserDataContainer.CopyAction.Shared() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Shared
 
UserDataUtils - class edu.uci.ics.jung.utils.UserDataUtils.
 
UserDataUtils() - Constructor for class edu.uci.ics.jung.utils.UserDataUtils
 
UserDatumEdgePredicate - class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate.
A predicate that checks to see whether an edge's user data repository contains the constructor-specified (key,datum) pair.
UserDatumEdgePredicate(Object, Object) - Constructor for class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
 
UserDatumVertexPredicate - class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate.
A predicate that checks to see whether a vertex's user data repository contains the constructor-specified (key,datum) pair.
UserDatumVertexPredicate(Object, Object) - Constructor for class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
 
underflow() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the number of counts accumulated below the lowest bin.
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Removes the vertex from the DontMove list
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Passthrough.
unlockVertex(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
Allows this vertex to be moved.
unnormalizedVariance() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
 
unsuspend() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
update(Object) - Method in class edu.uci.ics.jung.utils.MapBinaryHeap
Informs the heap that this object's internal key value has been updated, and that its place in the heap may need to be shifted (up or down).
update() - Method in class edu.uci.ics.jung.visualization.FRLayout
 
update() - Method in interface edu.uci.ics.jung.visualization.LayoutMutable
 
update() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
updateIndex(int) - Method in class edu.uci.ics.jung.graph.decorators.Indexer
Clears previous index (if it existed); puts in a new one.
updateIndex() - Method in class edu.uci.ics.jung.graph.decorators.Indexer
Forces an index update, reindexing from zero.

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