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

G

GPredicate - class edu.uci.ics.jung.graph.predicates.GPredicate.
 
GPredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.GPredicate
 
GeneralEdgeAcceptFilter - class edu.uci.ics.jung.graph.filters.GeneralEdgeAcceptFilter.
Abstract class that implements a generic filter for accepting arbitrary edges (and all vertices).
GeneralEdgeAcceptFilter() - Constructor for class edu.uci.ics.jung.graph.filters.GeneralEdgeAcceptFilter
 
GeneralUtils - class edu.uci.ics.jung.utils.GeneralUtils.
 
GeneralUtils() - Constructor for class edu.uci.ics.jung.utils.GeneralUtils
 
GeneralVertexAcceptFilter - class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter.
Abstract class that implements a generic filter for accepting arbitrary vertices (and all edges).
GeneralVertexAcceptFilter() - Constructor for class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
 
GlobalFlags - class org.civi.util.GlobalFlags.
This class encapsulates some global parameter used by the CiviApplet.
GlobalStringLabeller - class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller.
The GlobalStringLabeller applies labels to all vertices in a series of graphs.
Graph - interface edu.uci.ics.jung.graph.Graph.
A specific type of ArchetypeGraph which consists of a Vertex set and an Edge set.
GraphAssemblyRecord - class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord.
Contains an audit trail of a graph filtering step.
GraphClusterer - interface edu.uci.ics.jung.algorithms.cluster.GraphClusterer.
Interface for finding clusters (sets of possibly overlapping vertices) in graphs.
GraphCollapser - class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.
This is a skeleton class for collapsing graphs.
GraphCollapser.CollapsedEdge - interface edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedEdge.
The CollapsedEdge interface represents a set of edges in some other graph.
GraphCollapser.CollapsedSparseVertex - class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex.
A CollapsedSparseVertex extends CollapsedVertex.
GraphCollapser.CollapsedSparseVertex(Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex
 
GraphCollapser.CollapsedVertex - interface edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedVertex.
This interface represents a vertex that holds a set of objects in some other graph.
GraphCollapser.DirectedCollapsedEdge - class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.DirectedCollapsedEdge.
This class represents a Collapsed Directed edge, and extends DirectedSparseEdge.
GraphCollapser.DirectedCollapsedEdge(Vertex, Vertex, Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.DirectedCollapsedEdge
 
GraphCollapser.UndirectedCollapsedEdge - class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.UndirectedCollapsedEdge.
This class represents a Collapsed Undirected edge, and extends UndirectedSparseEdge.
GraphCollapser.UndirectedCollapsedEdge(Vertex, Vertex, Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.UndirectedCollapsedEdge
 
GraphDraw - class edu.uci.ics.jung.visualization.GraphDraw.
A Swing-only component for drawing graphs.
GraphDraw(Graph) - Constructor for class edu.uci.ics.jung.visualization.GraphDraw
Creates a graph drawing environment that draws this graph object.
GraphEvent - class edu.uci.ics.jung.graph.event.GraphEvent.
An event which indicates that a change in the graph structure has occurred.
GraphEvent(ArchetypeGraph, UserDataContainer) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent
 
GraphEventListener - interface edu.uci.ics.jung.graph.event.GraphEventListener.
The interface for "listening" to graph events (changes in the structure of a graph).
GraphEventType - interface edu.uci.ics.jung.graph.event.GraphEventType.
This is an instance of the Enumerator pattern which creates 1st class static type objects for each of the known graph events.
GraphEventType.AllSingleEvents - class edu.uci.ics.jung.graph.event.GraphEventType.AllSingleEvents.
 
GraphEventType.AllSingleEvents() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.AllSingleEvents
 
GraphEventType.EdgeAddition - class edu.uci.ics.jung.graph.event.GraphEventType.EdgeAddition.
 
GraphEventType.EdgeAddition() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.EdgeAddition
 
GraphEventType.EdgeRemoval - class edu.uci.ics.jung.graph.event.GraphEventType.EdgeRemoval.
 
GraphEventType.EdgeRemoval() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.EdgeRemoval
 
GraphEventType.VertexAddition - class edu.uci.ics.jung.graph.event.GraphEventType.VertexAddition.
 
GraphEventType.VertexAddition() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.VertexAddition
 
GraphEventType.VertexRemoval - class edu.uci.ics.jung.graph.event.GraphEventType.VertexRemoval.
 
GraphEventType.VertexRemoval() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.VertexRemoval
 
GraphGenerator - interface edu.uci.ics.jung.random.generators.GraphGenerator.
An interface for algorithms that generate graphs
GraphListenerHandler - class edu.uci.ics.jung.graph.event.GraphListenerHandler.
This utility class handles Graph listening and call dispatching.
GraphListenerHandler(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
GraphMatrixOperations - class edu.uci.ics.jung.algorithms.GraphMatrixOperations.
Contains methods for performing the analogues of certain matrix operations on graphs.
GraphMatrixOperations() - Constructor for class edu.uci.ics.jung.algorithms.GraphMatrixOperations
 
GraphModeler - class org.civi.graph.GraphModeler.
This class generates a graph.
GraphModeler() - Constructor for class org.civi.graph.GraphModeler
 
GraphMouseListener - interface edu.uci.ics.jung.visualization.GraphMouseListener.
This interface allows users to register listeners to register to receive vertex clicks.
GraphPredicate - class edu.uci.ics.jung.graph.predicates.GraphPredicate.
 
GraphPredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.GraphPredicate
 
GraphProperties - class edu.uci.ics.jung.utils.GraphProperties.
 
GraphProperties() - Constructor for class edu.uci.ics.jung.utils.GraphProperties
 
GraphStatistics - class edu.uci.ics.jung.statistics.GraphStatistics.
A set of statistical measures for structural properties of a graph
GraphStatistics() - Constructor for class edu.uci.ics.jung.statistics.GraphStatistics
 
GraphUtils - class edu.uci.ics.jung.utils.GraphUtils.
A series of helpful utility methods.
GraphUtils() - Constructor for class edu.uci.ics.jung.utils.GraphUtils
 
generateGraph() - Method in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
 
generateGraph() - Method in class edu.uci.ics.jung.random.generators.EppsteinPowerLawGenerator
Generates a graph whose degree distribution approximates a power-law.
generateGraph() - Method in class edu.uci.ics.jung.random.generators.ErdosRenyiGenerator
 
generateGraph() - Method in interface edu.uci.ics.jung.random.generators.EvolvingGraphGenerator
Returns a copy of the evolved graph in its current state
generateGraph() - Method in interface edu.uci.ics.jung.random.generators.GraphGenerator
Instructs the algorithm to generate the graph
generateGraph() - Method in class edu.uci.ics.jung.random.generators.KleinbergSmallWorldGenerator
Generates a random small world network according to the parameters given
generateGraph() - Method in class edu.uci.ics.jung.random.generators.Lattice1DGenerator
 
generateGraph() - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
 
generateGraph() - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
Generated the graph by creating |V| vertics and then picking |E| random edges
generateGraph() - Method in class edu.uci.ics.jung.random.generators.WattsBetaSmallWorldGenerator
Generates a beta-network from a 1-lattice according to the parameters given.
getAdjustForGravity() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
Returns true if gravity point adjusting is enabled.
getAdjustForGravity() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
Returns true if gravity point adjusting is enabled.
getAge() - Method in class org.civi.graph.CiviDocument
 
getAllEquivalences() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
Iterates through all the equivalence sets.
getAllVertices(BipartiteGraph.Choice) - Method in class edu.uci.ics.jung.graph.impl.BipartiteGraph
Returns the set of all vertices from that class.
getAndUpdateIndexer(ArchetypeGraph) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
Gets the indexer associated with this graph.
getAndUpdateIndexer(ArchetypeGraph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
Gets the indexer associated with this graph.
getAngle() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout.CircleVertexData
 
getAppletInfo() - Method in class CiviApplet
Returns information about this applet.
getAssemblyRecord(Graph) - Static method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
Returns the GraphAssemblyRecord for a particular graph.
getBackColor(Vertex) - Method in interface edu.uci.ics.jung.visualization.graphdraw.VertexColorFunction
What color should the FIELD of this vertex be?
getBaseKey() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns a visualization-specific key (that is, specific both to this instance and AbstractLayout) that can be used to access UserData related to the AbstractLayout.
getBinParameters(double) - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the low and high limits and the content of the bin containing the specified number or nul if the specified number lies outside of the histogram limits.
getBinWidth() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the bin width.
getBipartiteGraphEquivalent() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
Returns a BipartiteGraph equivalent to this Graph.
getCircleData(Vertex) - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
 
getCluster(int) - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
Given the cluster's position in the list (0-based), retrieve the cluster (set of vertices)
getClusterAsNewSubGraph(int) - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
Constructs a new graph from the given cluster
getClusterAsNewSubGraph(int) - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeClusterSet
Constructs a new graph from the given cluster
getClusterAsNewSubGraph(int) - Method in class edu.uci.ics.jung.algorithms.cluster.VertexClusterSet
Constructs a new graph from the given cluster
getClusteringExponent() - Method in class edu.uci.ics.jung.random.generators.KleinbergSmallWorldGenerator
 
getClusters(UserDataContainer) - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
Given a vertex (or edge), retrieves the clusters which that vertex (or edge) belongs to if any
getCollapsedGraph(EquivalenceRelation) - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
This version collects sets of vertices in an equivalence relation into a single CollapsedVertex.
getCollapsedGraph(Graph, Set) - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
This function collapses a series of vertices in one EquivalenceSet into one CollapsedVertex.
getCoordinates(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns the Coordinates object that stores the vertex' x and y location.
getCopyAction() - Method in class edu.uci.ics.jung.graph.decorators.Decorator
Retrieves the user datum copy action that this decorator uses when setting new values
getCountsBetween(double, double) - Method in class edu.uci.ics.jung.statistics.Histogram
 
getCountsUpTo(double) - Method in class edu.uci.ics.jung.statistics.Histogram
 
getCurrentSize() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns the current size of the visualization space, accoring to the last call to resize().
getCurrentSize() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
 
getCurrentSize() - Method in interface edu.uci.ics.jung.visualization.Layout
Returns the current size of the visualization's space.
getDatum() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
Returns the user datum which partially defines this predicate.
getDatum() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
Returns the user datum which partially defines this predicate.
getDecorationKey() - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
 
getDemoGraph() - Static method in class edu.uci.ics.jung.utils.TestGraphs
Returns a bigger test graph with a clique, several components, and other parts.
getDesiredPrecision() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Returns the desired precision.
getDest() - Method in interface edu.uci.ics.jung.graph.DirectedEdge
Returns the destination of this directed edge.
getDest() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseEdge
 
getDimension() - Method in class edu.uci.ics.jung.statistics.Histogram
Deprecated. use getNumBins
getDistance(Graph, Vertex) - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Given a vertex, returns the shortest distance from any node in the root set to v
getDistance(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns the length of a shortest path from the source to the target vertex, or null if the target is not reachable from the source.
getDistance(Vertex, Vertex) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.Distance
Returns the distance from the source vertex to the target vertex.
getDistance(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
 
getDistanceMap(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a LinkedHashMap which maps each vertex in the graph (including the source vertex) to its distance from the source vertex.
getDistanceMap(Vertex, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a LinkedHashMap which maps each of the closest numDist vertices to the source vertex in the graph (including the source vertex) to its distance from the source vertex.
getDistanceMap(Vertex) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.Distance
Returns a Map which maps each vertex in the graph (including the source vertex) to its distance (represented as a Number) from source.
getDistanceMap(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
 
getDoccount() - Method in class org.civi.util.GlobalFlags
 
getDocument() - Method in class org.civi.graph.CiviEdge
 
getDocuments() - Method in class org.civi.graph.CiviKeyword
 
getEdge(double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Gets the edge nearest to the location of the (x,y) location selected.
getEdge(double, double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Gets the edge nearest to the location of the (x,y) location selected, within a distance of maxDistance, Iterates through all visible edges and checks their distance from the click.
getEdgeColor(Edge) - Method in interface edu.uci.ics.jung.visualization.graphdraw.EdgeColorFunction
 
getEdgeConstraints() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Returns the Collection of requirements that each edge must satisfy when it is added to this graph.
getEdgeConstraints() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
 
getEdgeCorrespondingTo(BipartiteVertex) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
getEdgeThickness(Edge) - Method in interface edu.uci.ics.jung.visualization.graphdraw.EdgeThicknessFunction
 
getEdgeWeightKeyName() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
the user datum key used to store the edge weight, if any
getEdges() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Returns a Set view of all edges in this graph.
getEdges() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Returns an unmodifiable set view of the edges in this graph.
getEdges() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
Returns the set of all edges in the graph.
getEdges(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns a Set consisting of all edges e in graph g that satisfy predicate p, that is, those for which p.evaluate(e) returns true.
getEdges(Predicate) - Method in class edu.uci.ics.jung.utils.SubsetManager
Returns the edge subset, if any, which this instance has defined based on p.
getEdgesRemoved() - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
Retrieves the list of all edges that were removed (assuming extract(...) was previously called.
getElements() - Method in class org.civi.util.GlobalFlags
 
getEndpoints() - Method in interface edu.uci.ics.jung.graph.Edge
Returns a pair consisting of both incident vertices.
getEndpoints() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
 
getEqualEdge(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
Returns the edge in graph g, if any, that is equivalent to this edge.
getEqualEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
 
getEqualEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
 
getEqualEdges(Set, ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
Returns the set of edges in g which are equal to the edges in g.
getEqualVertex(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns the vertex in graph g, if any, that is equal to this vertex.
getEqualVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
Returns the vertex in the specified graph ag that is equivalent to this vertex.
getEqualVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
getEqualVertices(Set, ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
Returns the set of vertices in g which are equal to the vertices in g.
getEquivalenceRelationContaining(Vertex) - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
Returns the part of the relation that contains this vertex: it is, of course, a Set If the vertex does not belong to any relation, null is returned.
getEquivalences(Graph) - Method in interface edu.uci.ics.jung.algorithms.blockmodel.EquivalenceAlgorithm
Runs the equivalence algorithm on the given graph, and returns an equivalence relation.
getEquivalences(Graph) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
 
getEquivalentEdge(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
Deprecated. As of version 1.4, renamed to getEqualEdge(g).
getEquivalentEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
Deprecated. As of version 1.4, renamed to getEqualEdge(ag).
getEquivalentEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
Deprecated. As of version 1.4, renamed to getEqualEdge(g).
getEquivalentVertex(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Deprecated. As of version 1.4, renamed to getEqualVertex(g).
getEquivalentVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
Deprecated. As of version 1.4, renamed to getEqualVertex(ag).
getEquivalentVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
Deprecated. As of version 1.4, renamed to getEqualVertex(g).
getExchangeVertices() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
Returns true if the local minimum escape technique by exchanging vertices is enabled.
getExchangeVertices() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
Returns true if the local minimum escape technique by exchanging vertices is enabled.
getFRData(Vertex) - Method in class edu.uci.ics.jung.visualization.FRLayout
 
getFadeLevel(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Static utility function returns the fade level of a given vertex.
getFadingKey() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
 
getFilterName() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
Returns the name of the filter that generated this UnassembledGraph.
getFirst() - Method in class edu.uci.ics.jung.utils.Pair
 
getFlowGraph() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Retrieves the flow graph used to compute the max flow
getForceMultiplier() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getForeColor(Vertex) - Method in interface edu.uci.ics.jung.visualization.graphdraw.VertexColorFunction
What color should the TEXT of this vertex be?
getGraph() - Method in class CiviApplet
Generates a graph: in this case, generates it from applet parameter.
getGraph() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
Returns the common graph to which all the vertices belong
getGraph() - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
Returns a reference to the graph that contains this edge.
getGraph() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns a reference to the graph that contains this vertex.
getGraph() - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Returns the graph associated with this particular labeller.
getGraph() - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Gets the graph associated with this StringLabeller
getGraph() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
 
getGraph() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
getGraph() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
 
getGraph() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
getGraph() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Accessor for the graph that represets all vertices.
getGraph() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
A pass-through.
getGraph() - Method in interface edu.uci.ics.jung.visualization.Layout
Returns the full graph (the one that was passed in at construction time) that this Layout refers to.
getGraph() - Method in class org.civi.graph.GraphModeler
 
getGraphElement() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
 
getGraphLayout() - Method in class edu.uci.ics.jung.visualization.GraphDraw
Returns the currently operative layout.
getGraphLayout() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
getISOMVertexData(Vertex) - Method in class edu.uci.ics.jung.visualization.ISOMLayout
 
getId() - Method in class org.civi.graph.CiviKeyword
 
getInEdges() - Method in interface edu.uci.ics.jung.graph.Vertex
Returns the set of incoming edges of this vertex.
getInEdges() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
 
getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
 
getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
 
getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
 
getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SparseVertex
 
getIncidentEdges() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns the set of edges which are incident to this vertex.
getIncidentEdges() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
getIncidentEdges() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
getIncidentVertices() - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
Returns the set of vertices which are incident to this edge.
getIncidentVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
 
getIncidentVertices() - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
 
getIncomingEdge(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns the last edge on a shortest path from source to target, or null if target is not reachable from source.
getIncomingEdgeMap(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a LinkedHashMap which maps each vertex in the graph (including the source vertex) to the last edge on the shortest path from the source vertex.
getIncomingEdgeMap(Vertex, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a LinkedHashMap which maps each of the closest numDist vertices to the source vertex in the graph (including the source vertex) to the incoming edge along the path from that vertex.
getIncomingEdgeMap(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.ShortestPath
Returns a LinkedHashMap which maps each vertex in the graph (including the source vertex) to the last edge on the shortest path from the source vertex.
getIncomingEdgeMap(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
 
getIndegreeHistogram(Set, double, double, int) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
Generates a histogram of the indegree distribution for a set of vertices
getIndegreeValues(Set) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
Given a set of vertices, this function returns a list of indegress
getIndex(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.Indexer
Gets the index assocated with this vertex.
getIndexer(ArchetypeGraph) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
Gets the indexer associated with this graph.
getIndexer(ArchetypeGraph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
* Gets an indexer associated with this graph at this key
getInstance() - Static method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
 
getInstance() - Static method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
 
getInstance() - Static method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalentII
 
getInstance() - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
 
getInstance() - Static method in class edu.uci.ics.jung.graph.filters.TrivialFilter
This is a factory class; just ask for an instance of this one.
getInstance() - Static method in class edu.uci.ics.jung.graph.filters.impl.DropSoloNodesFilter
 
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.CliqueGraphPredicate
 
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.ConnectedGraphPredicate
Returns an instance of this class.
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.IsolatedVertexPredicate
Returns an instance of this class.
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.ParallelEdgePredicate
 
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.ReciprocatedDirectedEdgePredicate
 
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.SelfLoopEdgePredicate
Returns an instance of this class.
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.SimpleEdgePredicate
Returns an instance of this class.
getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.TreePredicate
 
getInstance(ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.SubsetManager
Gets this graph's SubsetManager, creating it if necessary.
getInstance() - Static method in class org.civi.util.GlobalFlags
 
getIsomKey() - Method in class edu.uci.ics.jung.visualization.ISOMLayout
 
getIterations() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Returns the number of iterations performed.
getKey() - Method in class edu.uci.ics.jung.graph.decorators.Decorator
Retrieves the user datum key that this decorator uses when setting new values
getKey() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
Returns the user data key which partially defines this predicate.
getKey() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
Returns the user data key which partially defines this predicate.
getKey() - Method in class edu.uci.ics.jung.visualization.FRLayout
Returns a visualization-specific key (that is, specific both to this instance and AbstractLayout) that can be used to access UserData related to the AbstractLayout.
getKey() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
Returns a visualization-specific key (that is, specific both to this instance and AbstractLayout) that can be used to access UserData related to the AbstractLayout.
getKeyword() - Method in class org.civi.graph.CiviEdge
 
getKeywords() - Method in class org.civi.graph.CiviDocument
 
getLabel(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeStringer
 
getLabel(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer
 
getLabel(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Gets the String label associated with a particular Vertex.
getLabel(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Gets the String label associated with a particular Vertex.
getLabel(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
Retunrs v.toString()
getLabel(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexStringer
 
getLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Finds or creates an edge labeleller for the graph, using the default user data key.
getLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Finds or creates an edge labeleller for the graph, using the given userdata key.
getLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
 
getLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Gets a labeller associated with this graph.
getLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Returns a labeller attached to a particular key in the graph.
getLanguage() - Method in class org.civi.util.GlobalFlags
 
getLargestExponentialArgument() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
getLargestNumber() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
(c) Copyrights Didier BESSET, 1999, all rights reserved.
getLatticeSize() - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
 
getLength(Edge) - Method in interface edu.uci.ics.jung.visualization.SpringLayout.LengthFunction
 
getLength(Edge) - Method in class edu.uci.ics.jung.visualization.SpringLayout.UnitLengthFunction
 
getLength(Edge) - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getLength() - Method in class org.civi.graph.CiviDocument
 
getMachinePrecision() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
getMaxFlow() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Returns the max flow value
getMaxLevel() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Returns the number of levels that vertices fade through.
getMaximum() - Method in class edu.uci.ics.jung.statistics.Histogram
 
getMaximumIterations() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Returns the maximum allowed number of iterations.
getMenuid() - Method in class org.civi.graph.CiviDocument
 
getMetaData() - Method in class org.civi.graph.CiviDocument
 
getMinCutEdges() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Retrieve the min-cut edge set
getMinimum() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the lower bin limit of the first bin.
getName() - Method in class edu.uci.ics.jung.graph.filters.EdgePredicateFilter
 
getName() - Method in interface edu.uci.ics.jung.graph.filters.Filter
Gets a name that describes this filter.
getName() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
Returns the name of the filter that generated this Graph.
getName() - Method in class edu.uci.ics.jung.graph.filters.SerialFilter
Returns the name of the serial filter.
getName() - Method in class edu.uci.ics.jung.graph.filters.TrivialFilter
 
getName() - Method in class edu.uci.ics.jung.graph.filters.VertexPredicateFilter
 
getName() - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
Returns a name for this: AlphabeticFilter(>"TestString")
getName() - Method in class edu.uci.ics.jung.graph.filters.impl.DropSoloNodesFilter
 
getName() - Method in class edu.uci.ics.jung.graph.filters.impl.KNeighborhoodFilter
 
getName() - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
 
getName() - Method in class edu.uci.ics.jung.graph.filters.impl.WeightedEdgeGraphFilter
(non-Javadoc)
getNameExtended() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
Returns the collated name of the sequence of filters.
getNegativeMachinePrecision() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
getNeighbors() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns the set of vertices which are connected to this vertex via edges; each of these vertices should implement ArchetypeVertex.
getNeighbors() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
getNeighbors() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
getNodesInSinkPartition() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Retrieves the nodes lying on the side of the partition (partitioned using the min-cut) of the sink node
getNodesInSourcePartition() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Retrieves the nodes lying on the side of the partition (partitioned using the min-cut) of the source node
getNumBins() - Method in class edu.uci.ics.jung.statistics.Histogram
 
getNumEdges() - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
 
getNumElapsedTimeSteps() - Method in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
 
getNumElapsedTimeSteps() - Method in interface edu.uci.ics.jung.random.generators.EvolvingGraphGenerator
Retrieves the total number of time steps elapsed
getNumVertices() - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
 
getNumber(ArchetypeEdge) - Method in interface edu.uci.ics.jung.graph.decorators.NumberEdgeValue
 
getOneComponentGraph() - Static method in class edu.uci.ics.jung.utils.TestGraphs
Returns a bigger, undirected test graph with a just one component.
getOpposite(Vertex) - Method in interface edu.uci.ics.jung.graph.Edge
Returns the vertex at the opposite end of this edge from the specified vertex v.
getOpposite(Vertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
 
getOriginalExtended() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
Returns the first original graph If the original graph was generated by a different filter (as in the first example at EfficientFilter, then there is a "previous" graph--and thus a previous GraphAssemblyRecord.
getOriginalGraph() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
Returns the original graph that created this subset.
getOriginalGraph() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
Returns the original graph that was subsetted for this UnsassembledGraph.
getOutEdges() - Method in interface edu.uci.ics.jung.graph.Vertex
Returns the set of outgoing edges of this vertex.
getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
 
getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
 
getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
 
getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
 
getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SparseVertex
 
getOutdegreeHistogram(Set, double, double, int) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
Generates a histogram of the outdegree distribution for a set of vertices
getOutdegreeValues(Set) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
Given a set of vertices, this function returns a list of outdegress
getPages() - Method in class org.civi.util.GlobalFlags
 
getPartition(BipartiteVertex) - Method in class edu.uci.ics.jung.graph.impl.BipartiteGraph
Returns the partition for vertex v.
getPartitions() - Method in interface edu.uci.ics.jung.graph.KPartiteGraph
Returns the array of predicates which define the partitions of this graph.
getPartitions() - Method in class edu.uci.ics.jung.graph.impl.KPartiteSparseGraph
 
getPath(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a List of the edges on the shortest path from source to target, in order of their occurrence on this path.
getPath(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.ShortestPath
Returns a List of the edges on the shortest path from source to target, in order of their occurrence on this path.
getPath() - Method in class org.civi.graph.CiviDocument
 
getPg() - Method in class org.civi.util.GlobalFlags
 
getPrecision() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Returns the attained precision.
getPredecessors(Vertex) - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Returns set of predecessors of the given vertex
getPredecessors() - Method in interface edu.uci.ics.jung.graph.Vertex
Returns the set of predecessors of this vertex.
getPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
 
getPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
 
getPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
 
getPreviousAssemblyRecord() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
Returns the GraphAssemblyRecord, if it exists, of the original graph.
getRadius() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
 
getRadix() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
getRange() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the range of values to be plotted.
getRankScore(UserDataContainer) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Given an edge or node, returns the corresponding rank score.
getRankScore(UserDataContainer) - Method in class edu.uci.ics.jung.algorithms.importance.HITS
Given a node, returns the corresponding rank score.
getRankScore(UserDataContainer) - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
Given a node, returns the corresponding rank score.
getRankScore(UserDataContainer) - Method in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
The user datum key used to store the rank score.
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker
 
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
The user datum key used to store the rank scores.
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.PageRank
The user datum key used to store the rank scores.
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
Given a node, returns the corresponding rank score.
getRankScores(int) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Return a list of the top k rank scores.
getRankings() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Retrieves the list of ranking instances in descending sorted order by rank score If the algorithm is ranking edges, the instances will be of type EdgeRanking, otherwise if the algorithm is ranking nodes the instances will be of type NodeRanking
getRelevantEdges() - Method in class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge
 
getRelevantEdges() - Method in interface edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedEdge
 
getRelevantEdges() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.DirectedCollapsedEdge
 
getRelevantEdges() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.UndirectedCollapsedEdge
 
getRender() - Method in class edu.uci.ics.jung.visualization.GraphDraw
 
getRepulsionRange() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getRoot() - Method in class edu.uci.ics.jung.graph.impl.SparseTree
 
getRootSet() - Method in class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteVertex
 
getRootSet() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex
 
getRootSet() - Method in interface edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedVertex
 
getScore() - Method in class org.civi.graph.CiviDocument
 
getScreenSize() - Method in class org.civi.util.GlobalFlags
 
getSecond() - Method in class edu.uci.ics.jung.utils.Pair
 
getShortestPath(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
Deprecated. use getDistance
getSingletonVertices() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
Returns the set of vertices that do not belong to an particular equivalence class.
getSmallestNumber() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
getSource() - Method in interface edu.uci.ics.jung.graph.DirectedEdge
Returns the source of this directed edge.
getSource() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseEdge
 
getSpringData(Vertex) - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getSpringData(Edge) - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getSpringKey() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getStart() - Method in class org.civi.util.GlobalFlags
 
getStatus() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns the current status of the sytem, or null if there is no particular status to report. Useful for reporting things like number of iterations passed, temperature, and so on.By default, an AbstractLayout returns null for its status.
getStatus() - Method in class edu.uci.ics.jung.visualization.FRLayout
Returns the current temperature and number of iterations elapsed, as a string.
getStatus() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
 
getStatus() - Method in class edu.uci.ics.jung.visualization.ISOMLayout
Returns the current number of epochs and execution status, as a string.
getStatus() - Method in interface edu.uci.ics.jung.visualization.Layout
Returns the current status of the sytem, or null if there is no particular status to report.
getStatus() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getStatus() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
 
getStatus() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
 
getStatus() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
 
getStretch() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
getStringLabeller() - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
Returns the String Labeller being used by this filter to check vertices with.
getSuccessors() - Method in interface edu.uci.ics.jung.graph.Vertex
Returns the set of successors of this vertex.
getSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
 
getSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
 
getSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
 
getSummary() - Method in class org.civi.graph.CiviDocument
 
getTarget() - Method in class org.civi.graph.CiviDocument
 
getTarget() - Method in class org.civi.graph.CiviKeyword
 
getThickness() - Method in class org.civi.graph.CiviEdge
 
getThreshhold() - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
 
getThreshold() - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
 
getTitle() - Method in class org.civi.graph.CiviDocument
 
getTitle() - Method in class org.civi.graph.CiviKeyword
 
getType() - Method in class org.civi.graph.CiviDocument
 
getUnderlyingGraph() - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
 
getUnivistedVertices() - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Returns the set of all vertices that were not visited
getUntouchedEdges() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
Returns the set of edges (from getOriginalGraph()) that passed the filter.
getUntouchedVertices() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
Returns the set of vertices (from getOriginalGraph()) that passed the filter.
getUserDatum(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
getUserDatum(Object) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
getUserDatum(Object) - Method in class edu.uci.ics.jung.utils.UserData
Returns UserInfo (if known) for this key, or null if not known.
getUserDatum(Object) - Method in interface edu.uci.ics.jung.utils.UserDataContainer
Retrieves the object in this object's user data repository to which key refers.
getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.utils.UserData
Returns the CopyAction associated with this key.
getUserDatumCopyAction(Object) - Method in interface edu.uci.ics.jung.utils.UserDataContainer
Retrieves the CopyAction for the object stored in this object's user data repository to which key refers.
getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.utils.UserData
Iterates through the keys to all registered data.
getUserDatumKeyIterator() - Method in interface edu.uci.ics.jung.utils.UserDataContainer
Provides an iterator over this object's user data repository key set.
getValue(UserDataContainer) - Method in class edu.uci.ics.jung.graph.decorators.NumericDecorator
Returns the decorated value as Number
getValue() - Method in interface edu.uci.ics.jung.graph.filters.LevelFilter
 
getValue() - Method in class edu.uci.ics.jung.graph.filters.impl.WeightedEdgeGraphFilter
 
getVertex(int) - Method in class edu.uci.ics.jung.graph.decorators.Indexer
Gets the vertex associated with this index.
getVertex(String) - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Gets the Vertex from the graph associated with this label.
getVertex(String) - Method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
Always returns null: this impl doesn't keep a table, and so can't meaningfully address this.
getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Gets the vertex nearest to the location of the (x,y) location selected.
getVertex(double, double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
A pass-through.
getVertex(double, double, double) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
A pass-through.
getVertex(double, double) - Method in interface edu.uci.ics.jung.visualization.Layout
Finds the closest vertex to an input (x,y) coordinate.
getVertex(double, double, double) - Method in interface edu.uci.ics.jung.visualization.Layout
Finds the closest vertex to an input (x,y) coordinate.
getVertexConstraints() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Returns the Collection of constraints that each vertex must satisfy when it is added to this graph.
getVertexConstraints() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
 
getVertexCorrespondingTo(BipartiteVertex) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
getVertices() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
Returns a Set view of all vertices in this graph.
getVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
Returns an unmodifiable set view of the vertices in this graph.
getVertices() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
Returns a set of all the vertices in the graph.
getVertices(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns a Set consisting of all vertices v in graph g that satisfy predicate p, that is, those for which p.evaluate(v) returns true.
getVertices(Predicate) - Method in class edu.uci.ics.jung.utils.SubsetManager
Returns the vertex subset, if any, which this instance has defined based on p.
getVerticesInOrderVisited() - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Returns the list of vertices visited in order of traversal
getVisibleEdges() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns the set of edges from the original getGraph that are now visible.
getVisibleEdges() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Returns *all* edges.
getVisibleEdges() - Method in interface edu.uci.ics.jung.visualization.Layout
Returns all currently showing vertices
getVisibleVertices() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns the set of vertices from the original getGraph that are now visible.
getVisibleVertices() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Returns both the visible and the hidden vertices.
getVisibleVertices() - Method in interface edu.uci.ics.jung.visualization.Layout
Returns all currently visible vertices
getVisualizationViewer() - Method in class edu.uci.ics.jung.visualization.GraphDraw
Returns the visualizationviewer that actually does the graph drawing.
getWeight(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Gets the weight of a particualr edge.
getX(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns the x coordinate of the vertex from the Coordiantes object.
getX() - Method in class edu.uci.ics.jung.visualization.Coordinates
 
getX(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Passthrough.
getX(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
Returns the x coordinate of vertex v at this stage in the iteration.
getXDisp() - Method in class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
 
getXDisp() - Method in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
getY(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Returns the y coordinate of the vertex from the Coordiantes object.
getY() - Method in class edu.uci.ics.jung.visualization.Coordinates
 
getY(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Passthrough.
getY(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
Returns the y coordinate of vertex v at this stage in the iteration.
getYDisp() - Method in class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
 
getYDisp() - Method in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
graphClicked(Vertex, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.GraphMouseListener
 
graphPressed(Vertex, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.GraphMouseListener
 
graphReleased(Vertex, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.GraphMouseListener
 
graphToSparseMatrix(Graph, Object) - Static method in class edu.uci.ics.jung.algorithms.GraphMatrixOperations
Returns a SparseDoubleMatrix2D which represents the edge weights of the input Graph.

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