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

U

udc_delegate - Variable in class edu.uci.ics.jung.utils.UserDataDelegate
 
UnassembledGraph - Class in edu.uci.ics.jung.graph.filters
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
 
UncopyablePredicate - Interface in edu.uci.ics.jung.graph.predicates
A tagging interface for predicates that should not be copied along with their graph.
underflow() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the number of counts accumulated below the lowest bin.
underlying_vertex() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
Deprecated.  
undirected - Variable in class edu.uci.ics.jung.io.GraphMLFile
 
UNDIRECTED - Static variable in class edu.uci.ics.jung.utils.TypedVertexGenerator
 
undirected_arrow - Variable in class edu.uci.ics.jung.graph.decorators.DirectionalEdgeArrowFunction
 
undirected_closeness - Variable in class edu.uci.ics.jung.graph.decorators.ConstantDirectionalEdgeValue
 
UNDIRECTED_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
UndirectedEdge - Interface in edu.uci.ics.jung.graph
A tagging interface for implementations of Edge that do not impose an ordering on their incident vertices.
UndirectedEdge<V> - Class in scratch.tom.simpleGraph
 
UndirectedEdge(V, V) - Constructor for class scratch.tom.simpleGraph.UndirectedEdge
 
UndirectedGraph - Interface in edu.uci.ics.jung.graph
A tagging interface for implementations of Graph whose edge set consists of implementations of UndirectedEdge.
UndirectedGraph<V,E> - Interface in scratch.joshua.jung_2_0.core
 
UndirectedSparseEdge - Class in edu.uci.ics.jung.graph.impl
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 in edu.uci.ics.jung.graph.impl
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 in edu.uci.ics.jung.graph.impl
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.
UnicodeLabelDemo - Class in samples.graph
Demonstrates the use of GraphZoomScrollPane.
UnicodeLabelDemo() - Constructor for class samples.graph.UnicodeLabelDemo
create an instance of a simple graph with controls to demo the zoom features.
UnifiedUserData - Class in edu.uci.ics.jung.utils
Represents custom user- and system-level information to extend the definition of a node.
UnifiedUserData() - Constructor for class edu.uci.ics.jung.utils.UnifiedUserData
 
UNIFORM_INCIDENT - Static variable in class scratch.joshua.ranking.AbstractIterativeRanker
 
UNIFORM_OUT - Static variable in class scratch.joshua.ranking.AbstractIterativeRanker
 
union(ArchetypeGraph, ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
Returns a graph which consists of the union of the two input graphs.
unique_labels - Variable in class edu.uci.ics.jung.io.PajekNetReader
 
UNIT_VALUE - Static variable in class scratch.joshua.ranking.AbstractRanker
 
UNITLENGTHFUNCTION - Static variable in class edu.uci.ics.jung.visualization.SpringLayout
 
UNITLENGTHFUNCTION - Static variable in class samples.graph.AddNodeDemo
 
UNITLENGTHFUNCTION - Static variable in class scratch.danyel.sample.CircleLayout
 
UNITLENGTHFUNCTION - Static variable in class scratch.scott.AestheticSpringVisualizer
 
unknownVertices - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
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
Deprecated. Passthrough.
unlockVertex(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
Allows this vertex to be moved.
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
 
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
 
unlockVertex(Vertex) - Method in class scratch.danyel.sample.CircleLayout
 
unlockVertex(Vertex) - Method in class scratch.scott.AestheticSpringVisualizer
 
UnmovingIterableLayout - Class in samples.preview_new_graphdraw.iterablelayouts
This iterable layout simply iterates forever.
UnmovingIterableLayout() - Constructor for class samples.preview_new_graphdraw.iterablelayouts.UnmovingIterableLayout
 
unnormalizedVariance() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
 
unsuspend() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
un-set the suspend flag for the relaxer thead
unsuspend() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
unsuspend the relaxer
unsuspend() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
convenience pass-thru to the model
UnweightedShortestPath - Class in edu.uci.ics.jung.algorithms.shortestpath
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
unweightedShortestPaths - Variable in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
Stores graph distances between vertices of the visible graph
unweightedShortestPaths - Variable in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
Stores graph distances between vertices of the visible graph
unweightedShortestPaths - Variable in class scratch.scott.FastScalableMDS
Stores graph distances between vertices of the visible graph
UpdatableIterableLayout - Class in samples.preview_new_graphdraw.iter
 
UpdatableIterableLayout() - Constructor for class samples.preview_new_graphdraw.iter.UpdatableIterableLayout
 
update(ArchetypeVertex, ArchetypeEdge, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
update(ArchetypeVertex, ArchetypeEdge, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
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.PersistentLayoutImpl
 
update() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
updateAuthorityRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
 
updateAuthorityRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
updateGraph(Pair, Pair) - Method in class samples.preview_new_graphdraw.iter.UpdatableIterableLayout
This DEFAULT IMPLEMENTATION immediately removes all OLD items, and immediate creates new items for the NEW.
updateGraphTo(Graph) - Method in class samples.preview_new_graphdraw.iter.LocalGraphDraw
 
updateGraphToMatch(Graph) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
 
updateGraphToMatch(Graph) - Method in class samples.preview_new_graphdraw.iter.UpdatableIterableLayout
Updates the stored set of of vertices and edges to match the input graph.
updateHubRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
 
updateHubRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
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.
updatePreviousScores() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
 
updatePreviousScores() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
updateRankings() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
updateRankings() - Method in class edu.uci.ics.jung.algorithms.importance.PageRank
 
updateUI() - Method in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
Notification from the UIManager that the look and feel [L&F] has changed.
upIndex(int, int) - Method in class edu.uci.ics.jung.random.generators.Lattice1DGenerator
Determines the index of the neighbor ksteps above
upIndex(int, int) - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
 
useFill(boolean) - Method in class samples.graph.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
UserData - Class in edu.uci.ics.jung.utils
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 in edu.uci.ics.jung.utils
The generic interface for storing UserData.
UserDataContainer.CopyAction - Interface in edu.uci.ics.jung.utils
Decides what to do when a user datum is copied.
UserDataContainer.CopyAction.Clone - Class in edu.uci.ics.jung.utils
Implements UserData.CLONE
UserDataContainer.CopyAction.Clone() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Clone
 
UserDataContainer.CopyAction.Remove - Class in edu.uci.ics.jung.utils
Implements UserData.REMOVE
UserDataContainer.CopyAction.Remove() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Remove
 
UserDataContainer.CopyAction.Shared - Class in edu.uci.ics.jung.utils
Implements UserData.SHARED
UserDataContainer.CopyAction.Shared() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Shared
 
UserDataDelegate - Class in edu.uci.ics.jung.utils
 
UserDataDelegate() - Constructor for class edu.uci.ics.jung.utils.UserDataDelegate
 
UserDataFactory - Interface in edu.uci.ics.jung.utils
A class which generates UserDataContainer instances.
UserDataRegistry - Class in scratch.scott.registry
 
UserDataRegistry(Graph) - Constructor for class scratch.scott.registry.UserDataRegistry
 
UserDataTest - Class in test.edu.uci.ics.jung.utils
 
UserDataTest() - Constructor for class test.edu.uci.ics.jung.utils.UserDataTest
 
UserDataTest.TestDataHolder - Class in test.edu.uci.ics.jung.utils
 
UserDataTest.TestDataHolder(int) - Constructor for class test.edu.uci.ics.jung.utils.UserDataTest.TestDataHolder
 
UserDataUtils - Class in edu.uci.ics.jung.utils
 
UserDataUtils() - Constructor for class edu.uci.ics.jung.utils.UserDataUtils
 
UserDatumEdgePredicate - Class in edu.uci.ics.jung.graph.predicates
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
 
UserDatumNumberEdgeValue - Class in edu.uci.ics.jung.graph.decorators
An implementation of NumberEdgeValue that stores the values in the UserData repository.
UserDatumNumberEdgeValue(Object) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberEdgeValue
Creates an instance with the specified key and with a CopyAction of REMOVE.
UserDatumNumberEdgeValue(Object, UserDataContainer.CopyAction) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberEdgeValue
Creates an instance with the specified key and CopyAction.
UserDatumNumberVertexValue - Class in edu.uci.ics.jung.graph.decorators
 
UserDatumNumberVertexValue(Object) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberVertexValue
Creates an instance with the specified key and with a CopyAction of REMOVE.
UserDatumNumberVertexValue(Object, UserDataContainer.CopyAction) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberVertexValue
Creates an instance with the specified key and CopyAction.
UserDatumVertexPredicate - Class in edu.uci.ics.jung.graph.predicates
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
 
UserExample - Class in scratch.scott
 
UserExample() - Constructor for class scratch.scott.UserExample
 
useTransform() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
useTransform() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 
useTransform() - Method in interface edu.uci.ics.jung.visualization.VisualizationViewer.Paintable
 

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