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

N

NOT_PARALLEL_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
NO_EVENT_POLICY - Static variable in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
No graph events are fired from this panel
NiftyAnimationDemo - class samples.preview_new_graphdraw.test.NiftyAnimationDemo.
 
NiftyAnimationDemo() - Constructor for class samples.preview_new_graphdraw.test.NiftyAnimationDemo
 
NodeRanking - class edu.uci.ics.jung.algorithms.importance.NodeRanking.
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.
NotInGraphEdgePredicate - class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate.
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 edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate.
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
 
NumberEdgeValue - interface edu.uci.ics.jung.graph.decorators.NumberEdgeValue.
A generalized interface for setting and getting Numbers of ArchetypeEdges.
NumberEdgeValueStringer - class edu.uci.ics.jung.graph.decorators.NumberEdgeValueStringer.
Returns the values specified by a NumberEdgeValue instance as Strings.
NumberEdgeValueStringer(NumberEdgeValue) - Constructor for class edu.uci.ics.jung.graph.decorators.NumberEdgeValueStringer
 
NumberVertexValue - interface edu.uci.ics.jung.graph.decorators.NumberVertexValue.
A generalized interface for setting and getting Numbers of ArchetypeVertexs.
NumberVertexValueStringer - class edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer.
Returns the values specified by a NumberVertexValue instance as Strings.
NumberVertexValueStringer(NumberVertexValue) - Constructor for class edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer
 
NumericDecorationFilter - class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter.
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 edu.uci.ics.jung.graph.decorators.NumericDecorator.
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
NumericalPrecision - class edu.uci.ics.jung.utils.NumericalPrecision.
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
 
name - Variable in class edu.uci.ics.jung.graph.filters.UnassembledGraph
 
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
 
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.  
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
 
noFocusBorder - Static variable in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
 
no_gradient - Variable in class samples.graph.PluggableRendererDemo
 
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).
normalizeEdgeTransitionWeights() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
normalizeRankings() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
normalized - Variable in class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction
 
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.
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
 
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.
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.
numPredecessors() - Method in interface edu.uci.ics.jung.graph.Vertex
Returns the number of predecessors of this vertex.
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
 
numRelations() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
Returns the number of relations defined.
numSuccessors() - Method in interface edu.uci.ics.jung.graph.Vertex
Returns the number of successors of this vertex.
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
 
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.
num_candidates - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
 
numberFormat - Variable in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer
 
nvv - Variable in class edu.uci.ics.jung.graph.decorators.InterpolatingVertexSizeFunction
 
nvv - Variable in class edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer
 

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