Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
N
NOT_PARALLEL_EDGE
- Static variable in interface edu.uci.ics.jung.graph.
Graph
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
Number
s of
ArchetypeEdge
s.
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
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
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
Returns a count of the number of edges in the graph.
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.
AbstractSparseVertex
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.
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.
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.
AbstractArchetypeGraph
numVertices()
- Method in class edu.uci.ics.jung.graph.impl.
AbstractSparseEdge
numVertices()
- Method in class edu.uci.ics.jung.graph.impl.
HyperedgeBPG
numVertices()
- Method in class edu.uci.ics.jung.graph.impl.
HypergraphBPG
Returns a count of the number of vertices in the graph.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y