- name - Variable in class edu.uci.ics.jung.graph.filters.UnassembledGraph
-
- needDirectedGraphHere(Graph<? extends Object, ? extends DirectedEdge>) - Method in class scratch.tom.simpleGraph.Main
-
- nev - Variable in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
-
- nev - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
- nev - Variable in class edu.uci.ics.jung.graph.decorators.NumberEdgeValueStringer
-
- NewFilterTest - Class in test.edu.uci.ics.jung.graph.filters
-
- NewFilterTest() - Constructor for class test.edu.uci.ics.jung.graph.filters.NewFilterTest
-
- newIndexer(ArchetypeGraph, int) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
-
Creates a new indexer associated with this graph.
- newInstance() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
-
Returns a graph of the same type as the graph on which this
method is invoked.
- newInstance() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
-
Creates a new empty graph of the same type as this graph, by cloning this
graph and then clearing the extraneous fields.
- newInstance() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- NewmanBetweennessCentrality - Class in scratch.scott
-
Computes betweenness centrality for each vertex and edge in the graph.
- NewmanBetweennessCentrality(Graph, boolean, boolean) - Constructor for class scratch.scott.NewmanBetweennessCentrality
-
Constructor which initializes the algorithm
- newVertex() - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
-
- next - Variable in class samples.preview_new_graphdraw.iterablelayouts.WrappedIterableLayout
-
- nf - Static variable in class edu.uci.ics.jung.graph.decorators.NumberEdgeValueStringer
-
- nf - Static variable in class edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer
-
- NiftyAnimationDemo - Class in samples.preview_new_graphdraw.test
-
- NiftyAnimationDemo() - Constructor for class samples.preview_new_graphdraw.test.NiftyAnimationDemo
-
- NO_EVENT_POLICY - Static variable in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
-
No graph events are fired from this panel
- no_gradient - Variable in class samples.graph.PluggableRendererDemo
-
- NodeRanking - Class in edu.uci.ics.jung.algorithms.importance
-
A data container for a node ranking.
- NodeRanking(int, double, Vertex) - Constructor for class edu.uci.ics.jung.algorithms.importance.NodeRanking
-
Allows the values to be set on construction.
- noFocusBorder - Static variable in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
-
- normalize(double[], double) - Static method in class edu.uci.ics.jung.statistics.DiscreteDistribution
-
Normalizes, with Lagrangian smoothing, the specified double
array, so that the values sum to 1 (i.e., can be treated as probabilities).
- normalized - Variable in class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction
-
- normalized - Variable in class scratch.joshua.ranking.WeightedDegreeRanker
-
- normalized_weights - Variable in class scratch.joshua.ranking.PageRankRanker.SourceNormalizedEdgeValue
-
- normalizedMutualEdgeWeight(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
-
Returns the proportion of v1
's network time and energy invested
in the relationship with v2
.
- normalizeEdgeTransitionWeights() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
- normalizeRankings() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
- normalizeValues(NumberVertexValue, boolean) - Method in class scratch.joshua.ranking.AbstractRanker
-
- normalizeValues(NumberVertexValue) - Method in class scratch.joshua.ranking.AbstractRanker
-
- NOT_PARALLEL_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
-
- notifyListenersEdgeAdded(GraphEvent) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
-
- notifyListenersEdgeRemoved(GraphEvent) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
-
- notifyListenersVertexAdded(GraphEvent) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
-
- notifyListenersVertexRemoved(GraphEvent) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
-
- NotInGraphEdgePredicate - Class in edu.uci.ics.jung.graph.predicates
-
A predicate that tests to see whether a specified
edge is currently part of a graph.
- NotInGraphEdgePredicate(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate
-
- NotInGraphVertexPredicate - Class in edu.uci.ics.jung.graph.predicates
-
A predicate that tests to see whether a specified
vertex is currently part of a graph.
- NotInGraphVertexPredicate(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate
-
- num_candidates - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
- NumberEdgeValue - Interface in edu.uci.ics.jung.graph.decorators
-
A generalized interface for setting and getting Number
s
of ArchetypeEdge
s.
- NumberEdgeValueStringer - Class in edu.uci.ics.jung.graph.decorators
-
Returns the values specified by a NumberEdgeValue
instance as String
s.
- NumberEdgeValueStringer(NumberEdgeValue) - Constructor for class edu.uci.ics.jung.graph.decorators.NumberEdgeValueStringer
-
- numberFormat - Variable in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer
-
- NumberVertexValue - Interface in edu.uci.ics.jung.graph.decorators
-
A generalized interface for setting and getting Number
s
of ArchetypeVertex
s.
- NumberVertexValueStringer - Class in edu.uci.ics.jung.graph.decorators
-
Returns the values specified by a NumberVertexValue
instance as String
s.
- NumberVertexValueStringer(NumberVertexValue) - Constructor for class edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer
-
- numClasses() - Method in class scratch.scott.partition.AbstractPartition
-
- numEdges() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
-
Returns the number of edges in this graph.
- numEdges() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
-
- numEdges() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
Returns a count of the number of edges in the graph.
- NumericalPrecision - Class in edu.uci.ics.jung.utils
-
Implements additional mathematical functions to within numerical
precision tolerances, and determines the parameters of the
floating point representation.
- NumericalPrecision() - Constructor for class edu.uci.ics.jung.utils.NumericalPrecision
-
- NumericDecorationFilter - Class in edu.uci.ics.jung.graph.filters.impl
-
This simple filter accepts vertices if their UserData at the given key is
over a threshold value.
- NumericDecorationFilter() - Constructor for class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
-
- NumericDecorator - Class in edu.uci.ics.jung.graph.decorators
-
Decorator for any value type that extends the java.lang.Number class
- NumericDecorator(Object, UserDataContainer.CopyAction) - Constructor for class edu.uci.ics.jung.graph.decorators.NumericDecorator
-
Constructs and initializes the decorator
- numFrames - Variable in class samples.preview_new_graphdraw.iterablelayouts.InterpolatingIterableLayout
-
- numNeighbors() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
-
Returns the number of neighbors that this vertex has.
- numNeighbors() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
- numNeighbors() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
-
Not a very efficient implemenation: for each edge, counts the
neighbors.
- numNeighbors(V) - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
-
- numNeighbors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleAbstractSparseGraph
-
- numPredecessors() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- numPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
- numPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
- numPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- numPredecessors() - Method in interface edu.uci.ics.jung.graph.Vertex
-
Returns the number of predecessors of this vertex.
- numPredecessors(V) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- numPredecessors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleAbstractSparseGraph
-
- numRelations() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
-
Returns the number of relations defined.
- numSuccessors() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- numSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
- numSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
- numSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- numSuccessors() - Method in interface edu.uci.ics.jung.graph.Vertex
-
Returns the number of successors of this vertex.
- numSuccessors(V) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- numSuccessors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleAbstractSparseGraph
-
- numVertices() - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
-
Returns the number of vertices which are incident to this edge.
- numVertices() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
-
Returns the number of vertices in this graph.
- numVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeEdge
-
- numVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
-
- numVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
-
- numVertices() - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
-
Deprecated.
- numVertices() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
Returns a count of the number of vertices in the graph.
- nvv - Variable in class edu.uci.ics.jung.graph.decorators.InterpolatingVertexSizeFunction
-
- nvv - Variable in class edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer
-