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

E

EDGE - Static variable in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
EDGE_ADDITION - Static variable in interface edu.uci.ics.jung.graph.event.GraphEventType
 
EDGE_REMOVAL - Static variable in interface edu.uci.ics.jung.graph.event.GraphEventType
 
Edge - interface edu.uci.ics.jung.graph.Edge.
A specific type of ArchetypeEdge that connects exactly two instances of Vertex.
EdgeBetweennessClusterer - class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer.
An algorithm for computing clusters (community structure) in graphs based on edge betweenness.
EdgeBetweennessClusterer(int) - Constructor for class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
Constructs a new clusterer for the specified graph.
EdgeClusterSet - class edu.uci.ics.jung.algorithms.cluster.EdgeClusterSet.
A ClusterSet where each cluster is a set of edge
EdgeClusterSet(Graph) - Constructor for class edu.uci.ics.jung.algorithms.cluster.EdgeClusterSet
Constructs and initializes the set
EdgeColorFunction - interface edu.uci.ics.jung.visualization.graphdraw.EdgeColorFunction.
An EdgeColorFunction returns a Color, given an Edge.
EdgePermuter - interface edu.uci.ics.jung.random.permuters.EdgePermuter.
An interface for algorithms that randomly permute edges according to some distribution or other mechanism
EdgePredicate - class edu.uci.ics.jung.graph.predicates.EdgePredicate.
 
EdgePredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.EdgePredicate
 
EdgePredicateFilter - class edu.uci.ics.jung.graph.filters.EdgePredicateFilter.
This is a simple Edge filter that accepts the edges which its Predicate accepts.
EdgePredicateFilter(EdgePredicate) - Constructor for class edu.uci.ics.jung.graph.filters.EdgePredicateFilter
 
EdgePredicateFilter(Predicate) - Constructor for class edu.uci.ics.jung.graph.filters.EdgePredicateFilter
 
EdgeRanking - class edu.uci.ics.jung.algorithms.importance.EdgeRanking.
A data container for an edge ranking which stores: the rank score the original position of the edge before the ranking were generated a reference to the edge itself
EdgeRanking(int, double, Edge) - Constructor for class edu.uci.ics.jung.algorithms.importance.EdgeRanking
Simple constructor that allows all data elements to be initialized on construction.
EdgeStringer - interface edu.uci.ics.jung.graph.decorators.EdgeStringer.
An EdgeStringer provides a string Label for any edge.
EdgeThicknessFunction - interface edu.uci.ics.jung.visualization.graphdraw.EdgeThicknessFunction.
An EdgeColorFunction returns an int, given an Edge.
EdgeWeightLabeller - class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller.
A EdgeWeightLabeller applies a label to the edges of a Graph.
EdgeWeightLabellerStringer - class edu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer.
An EdgeStringer provides a string Label for any edge: the String is the Weight produced by the EdgeWeightLabeller that it takes as input.
EdgeWeightLabellerStringer(EdgeWeightLabeller) - Constructor for class edu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer
 
EdmondsKarpMaxFlow - class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow.
Implements the EdmondsKarpMaxFlow algorithm for solving the maximum flow problem.
EdmondsKarpMaxFlow(DirectedGraph, Vertex, Vertex, String, String) - Constructor for class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Constructs a new instance of the algorithm solver for a given graph, source, and sink.
EfficientFilter - interface edu.uci.ics.jung.graph.filters.EfficientFilter.
An EfficientFilter can take in an UnassembledGraph withut assembling it, and is used for non-structural filters.
EppsteinPowerLawGenerator - class edu.uci.ics.jung.random.generators.EppsteinPowerLawGenerator.
Graph generator that generates undirected sparse graphs with power-law distributions.
EppsteinPowerLawGenerator(int, int, int) - Constructor for class edu.uci.ics.jung.random.generators.EppsteinPowerLawGenerator
Constructor which specifies the parameters of the generator
EquivalenceAlgorithm - interface edu.uci.ics.jung.algorithms.blockmodel.EquivalenceAlgorithm.
Any blockmodel equivalence algorithm should implement this method; it allows users to access EquivalenceAlgorithms more easily.
EquivalenceRelation - class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation.
An EquivalenceRelation holds a number of Equivalent vertices from the same graph.
EquivalenceRelation(Set, Graph) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
Input is the basic data structure underneath: a Set of Sets.
ErdosRenyiGenerator - class edu.uci.ics.jung.random.generators.ErdosRenyiGenerator.
Random Generator of Erdos-Renyi "binomial model"
ErdosRenyiGenerator(int, double) - Constructor for class edu.uci.ics.jung.random.generators.ErdosRenyiGenerator
 
EvolvingGraphGenerator - interface edu.uci.ics.jung.random.generators.EvolvingGraphGenerator.
An interface for algorithms that generate graphs that evolve over time
ExactFlowCommunity - class edu.uci.ics.jung.algorithms.cluster.ExactFlowCommunity.
ExactFlowCommunity is an algorithm that uses a set of root nodes that are supposed to be representative of a community to find the entire community using principles based on max-flow/min-cut.
ExactFlowCommunity(int) - Constructor for class edu.uci.ics.jung.algorithms.cluster.ExactFlowCommunity
Constructs and initializes the algorithm
edge - Variable in class edu.uci.ics.jung.algorithms.importance.EdgeRanking
The edge that was ranked.
edgeAdded(GraphEvent) - Method in interface edu.uci.ics.jung.graph.event.GraphEventListener
 
edgeAdded(GraphEvent) - Method in class edu.uci.ics.jung.utils.SubsetManager
Adds the edge whose event this is to all appropriate subsets.
edgeRemoved(GraphEvent) - Method in interface edu.uci.ics.jung.graph.event.GraphEventListener
 
edgeRemoved(GraphEvent) - Method in class edu.uci.ics.jung.utils.SubsetManager
Removes the edge whose event this is from all appropriate subsets.
edgeSetToGraph(Set, boolean) - Static method in class edu.uci.ics.jung.utils.GraphUtils
Given a set of edges, creates a new Graph that contains all of those edges, and at least all the vertices that are attached to them.
edu.uci.ics.jung.algorithms - package edu.uci.ics.jung.algorithms
 
edu.uci.ics.jung.algorithms.blockmodel - package edu.uci.ics.jung.algorithms.blockmodel
 
edu.uci.ics.jung.algorithms.cluster - package edu.uci.ics.jung.algorithms.cluster
 
edu.uci.ics.jung.algorithms.connectivity - package edu.uci.ics.jung.algorithms.connectivity
 
edu.uci.ics.jung.algorithms.flows - package edu.uci.ics.jung.algorithms.flows
 
edu.uci.ics.jung.algorithms.importance - package edu.uci.ics.jung.algorithms.importance
 
edu.uci.ics.jung.algorithms.shortestpath - package edu.uci.ics.jung.algorithms.shortestpath
 
edu.uci.ics.jung.algorithms.transformation - package edu.uci.ics.jung.algorithms.transformation
 
edu.uci.ics.jung.exceptions - package edu.uci.ics.jung.exceptions
 
edu.uci.ics.jung.graph - package edu.uci.ics.jung.graph
 
edu.uci.ics.jung.graph.decorators - package edu.uci.ics.jung.graph.decorators
 
edu.uci.ics.jung.graph.event - package edu.uci.ics.jung.graph.event
 
edu.uci.ics.jung.graph.filters - package edu.uci.ics.jung.graph.filters
 
edu.uci.ics.jung.graph.filters.impl - package edu.uci.ics.jung.graph.filters.impl
 
edu.uci.ics.jung.graph.impl - package edu.uci.ics.jung.graph.impl
 
edu.uci.ics.jung.graph.predicates - package edu.uci.ics.jung.graph.predicates
 
edu.uci.ics.jung.random.generators - package edu.uci.ics.jung.random.generators
 
edu.uci.ics.jung.random.permuters - package edu.uci.ics.jung.random.permuters
 
edu.uci.ics.jung.statistics - package edu.uci.ics.jung.statistics
 
edu.uci.ics.jung.utils - package edu.uci.ics.jung.utils
 
edu.uci.ics.jung.visualization - package edu.uci.ics.jung.visualization
 
edu.uci.ics.jung.visualization.contrib - package edu.uci.ics.jung.visualization.contrib
 
edu.uci.ics.jung.visualization.graphdraw - package edu.uci.ics.jung.visualization.graphdraw
 
enableCaching(boolean) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Specifies whether or not this instance of DijkstraShortestPath should cache its results (final and partial) for future reference;
enforcesDirected(Graph) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if g is constrained to only accept directed edges, and false otherwise.
enforcesEdgeConstraint(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if p is an edge constraint of g, and false otherwise.
enforcesNotParallel(Graph) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if g is constrained to reject parallel edges.
enforcesUndirected(Graph) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if g is constrained to only accept undirected edges.
enforcesVertexConstraint(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if p is an edge constraint of g, and false otherwise.
equal(double, double) - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
equal(double, double, double) - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
equals(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
equals(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
Returns true if o is an instance of ArchetypeEdge that is equivalent to this edge.
equals(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
Returns true if o is an instance of ArchetypeVertex that is equivalent to this vertex.
equals(Object) - Method in class edu.uci.ics.jung.graph.predicates.KPartiteEdgePredicate
 
equals(Object) - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate
 
equals(Object) - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate
 
equals(Object) - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
Tests equality based on underlying objects
equals(Object) - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
Tests equality based on underlying objects
equals(Object) - Method in class edu.uci.ics.jung.utils.MutableDouble
Compares this object to the specified object.
equals(Object) - Method in class edu.uci.ics.jung.utils.MutableInteger
Compares this object to the specified object.
equals(Object) - Method in class edu.uci.ics.jung.utils.Pair
 
errorOnAverage() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the error on average.
errorOnAverage() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
Returns the error on average.
evaluate() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Performs the iterative process.
evaluate(Object) - Method in class edu.uci.ics.jung.graph.predicates.EdgePredicate
 
evaluate(Object) - Method in class edu.uci.ics.jung.graph.predicates.GraphPredicate
 
evaluate(Object) - Method in class edu.uci.ics.jung.graph.predicates.VertexPredicate
 
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.EdgePredicate
 
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.KPartiteEdgePredicate
 
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate
Returns true if this edge is not currently part of graph ag.
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.ParallelEdgePredicate
Returns true if there exists an edge which is parallel to the specified edge.
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.ReciprocatedDirectedEdgePredicate
 
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.SelfLoopEdgePredicate
Returns true if e is an Edge that connects a vertex to itself.
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.SimpleEdgePredicate
Returns true if ae is neither a self-loop nor parallel to an existing edge.
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.TreePredicate
Any edges added to this graph must go to a vertex where
evaluateEdge(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
Returns true if the datum stored by e with key value key (in the user data repository) is datum.
evaluateGraph(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.predicates.CliqueGraphPredicate
 
evaluateGraph(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.predicates.ConnectedGraphPredicate
Returns true if arg0 is a connected Graph: that is, if there exists a path from each vertex to all other vertices (ignoring edge direction).
evaluateGraph(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.predicates.GraphPredicate
 
evaluateVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.predicates.IsolatedVertexPredicate
Returns true if the argument is a Vertex whose degree is 0.
evaluateVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate
Returns true if this vertex is not currently part of graph ag.
evaluateVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
Returns true if the datum stored by v with key value key (in the user data repository) is datum.
evaluateVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.predicates.VertexPredicate
 
evolveGraph(int) - Method in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
 
evolveGraph(int) - Method in interface edu.uci.ics.jung.random.generators.EvolvingGraphGenerator
Instructs the algorithm to evolve the graph N time steps and return the most current evolved state of the graph
extract(Graph) - Method in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
Extracts the bicomponents from the graph
extract(Graph) - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
Finds the set of clusters which have the strongest "community structure".
extract(DirectedGraph, Set) - Method in class edu.uci.ics.jung.algorithms.cluster.ExactFlowCommunity
Extracts the community according to the cohesion threshold
extract(DirectedGraph, Set, int) - Static method in class edu.uci.ics.jung.algorithms.cluster.ExactFlowCommunity
Implements the "ApproximateFlowCommunity" algorithm.
extract(Graph) - Method in interface edu.uci.ics.jung.algorithms.cluster.GraphClusterer
Extracts the clusters from a graph.
extract(Graph) - Method in class edu.uci.ics.jung.algorithms.cluster.WeakComponentClusterer
Extracts the weak components from a graph.
extractInDirectedNeighborhood(DirectedGraph, Set, int) - Static method in class edu.uci.ics.jung.algorithms.connectivity.KNeighborhoodExtractor
Extracts the subgraph comprised of all vertices within distance K (in-directed) from any node in rootNodes.
extractNeighborhood(Graph, Set, int) - Static method in class edu.uci.ics.jung.algorithms.connectivity.KNeighborhoodExtractor
Extracts the subgraph comprised of all vertices within distance K (undirected) from any node in rootNodes.
extractOutDirectedNeighborhood(DirectedGraph, Set, int) - Static method in class edu.uci.ics.jung.algorithms.connectivity.KNeighborhoodExtractor
Extracts the subgraph comprised of all vertices within distance K (out-directed) from any node in rootNodes.

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