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

H

HITS - class edu.uci.ics.jung.algorithms.importance.HITS.
Calculates the "hubs-and-authorities" importance measures for each node in a graph.
HITS(Graph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITS
Constructs an instance of the ranker where the type of importance that is associated with the rank score is the node's importance as an authority.
HITS(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITS
Constructs an instance of the ranker where the type of importance that is associated with the rank score is the node's importance as an authority.
HITSWithPriors - class edu.uci.ics.jung.algorithms.importance.HITSWithPriors.
Algorithm that extends the HITS algorithm by incorporating root nodes (priors).
HITSWithPriors(Graph, double, Set) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
Constructs an instance of the ranker where the type of importance that is associated with the rank score is the node's importance as an authority.
HITSWithPriors(Graph, boolean, double, Set, String) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
More specialized constructor where the type of importance can be specified.
Histogram - class edu.uci.ics.jung.statistics.Histogram.
General-purpose class for representing experimental distributions via a histogram.
Histogram() - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method with unknown limits and a desired number of 50 bins.
Histogram(double, double) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method for approximate range for a desired number of 50 bins.
Histogram(double, double, int) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method for approximate range and desired number of bins.
Histogram(int) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method with unknown limits and a desired number of 50 bins.
Histogram(int, double, double) - Constructor for class edu.uci.ics.jung.statistics.Histogram
General constructor method.
Histogram(int, int) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method with unknown limits.
Hyperedge - interface edu.uci.ics.jung.graph.Hyperedge.
A Hyperedge is a part of a hypergraph that connects to zero or more Hypervertices.
HyperedgeBPG - class edu.uci.ics.jung.graph.impl.HyperedgeBPG.
A HyperEdge has zero or more HyperVertices attached to it; this implements that as part of an underlying HyperGraph.
HyperedgeBPG() - Constructor for class edu.uci.ics.jung.graph.impl.HyperedgeBPG
 
Hypergraph - interface edu.uci.ics.jung.graph.Hypergraph.
A Hypergraph consists of hypervertices and hyperedges.
HypergraphBPG - class edu.uci.ics.jung.graph.impl.HypergraphBPG.
Implements a hypergraph built over an underlying Bipartite graph, using the equivalence explained in the FAQ.
HypergraphBPG() - Constructor for class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
Hypervertex - interface edu.uci.ics.jung.graph.Hypervertex.
created Dec 28, 2003
HypervertexBPG - class edu.uci.ics.jung.graph.impl.HypervertexBPG.
A Hypervertex has zero or more hyperEdges attached to it, and is a member of a Hypergraph.
HypervertexBPG() - Constructor for class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
handleAdd(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
handleAdd(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
handleRemove(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
handleRemove(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
hasConverged() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Check to see if the result has been attained.
hasIndexer(ArchetypeGraph) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
Checks if there is an indexer assocated with this graph.
hasIndexer(ArchetypeGraph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
Checks if there is an indexer assocated with this graph.
hasStringLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Checks if a labeller--any labeller--is associated with this graph.
hasStringLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Checks for a labeller attached to a particular key in the graph.
hasStringLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Checks if a labeller is associated with this graph.
hasStringLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Checks for a labeller attached to a particular key in the graph.
hasWeightLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Checks for an edge labeleller for the graph, using the default user data key.
hasWeightLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Checks an edge labeleller for the graph at the given key.
hash(int) - Static method in class edu.uci.ics.jung.utils.GeneralUtils
 
hashCode() - Method in class edu.uci.ics.jung.graph.decorators.Decorator
 
hashCode() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
 
hashCode() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.KPartiteEdgePredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
 
hashCode() - Method in class edu.uci.ics.jung.utils.MutableDouble
Returns a hashcode for this Integer.
hashCode() - Method in class edu.uci.ics.jung.utils.MutableInteger
Returns a hashcode for this Integer.
hashCode() - Method in class edu.uci.ics.jung.utils.Pair
 
hideStatus() - Method in class edu.uci.ics.jung.visualization.GraphDraw
Hides the status bar at bottom left

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