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

N

nbColors(Registry, String) - Static method in class helix.graph.model.impl.RColorSet
get the number of colors in RColorSet associated o key in registry r.
nbColors(Registry) - Static method in class helix.graph.model.impl.RColorSet
same as nbColors(r, Registry.Colors)
nbEdges() - Method in interface helix.graph.model.Graph
 
nbEdges() - Method in class helix.graph.model.impl.AbstractGraph
this implementation is O(n).
nbproc - Variable in class helix.graph.algo.c3part.C3PartOptions
 
nbVertices(Graph) - Method in class helix.graph.algo.c3part.compressor.AbstractCompressor
return the number of vertices in graph (including compressed one)
nbVertices(Graph) - Method in interface helix.graph.algo.c3part.compressor.GraphCompressor
return the number of vertices in graph (including compressed one)
nbVertices(Graph) - Method in class helix.graph.algo.c3part.compressor.NoCompressor
 
nbVertices() - Method in interface helix.graph.model.Graph
 
nbVertices() - Method in class helix.graph.model.impl.AbstractGraph
 
neighbors() - Method in class helix.graph.model.impl.memory.MemVertex
 
neighbors() - Method in interface helix.graph.model.Vertex
get Iterable over all vertices that are adjacent to this vertex
note: the following codes are equivalent :
for (Vertex w : v.neighbors())
  something(w);
and :
for (Edge e : v.edges()) {
  Vertex w = e.getVertexTo(v);
  something(w);
}
next() - Method in class helix.graph.algo.c3part.optimizer.EmbeddedColorOptimizer
default next()
next() - Method in class helix.graph.algo.c3part.optimizer.FixColorOptimizer
 
next() - Method in class helix.graph.algo.c3part.optimizer.IdentityColorOptimizer
next
next() - Method in class helix.graph.util.AdaptedIterator
 
next() - Method in class helix.graph.util.BitSetIterator
 
next() - Method in class helix.graph.util.EmptyIterator
 
next() - Method in class helix.graph.util.IPermutationIterator
 
NO_COMPRESSOR - Static variable in class helix.graph.algo.c3part.C3PartOptions
 
NO_OPTIMIZER - Static variable in class helix.graph.algo.c3part.C3PartOptions
 
NoCleaner - Class in helix.graph.algo.c3part.preprocessor
a lazy cleaner : does not clean anything
NoCleaner() - Constructor for class helix.graph.algo.c3part.preprocessor.NoCleaner
 
NoCompressor - Class in helix.graph.algo.c3part.compressor
A compressor that does nothing
NoCompressor() - Constructor for class helix.graph.algo.c3part.compressor.NoCompressor
 
NodeAggregator - Class in helix.graph.algo.c3part.aggregator
A class to define the way datagraph nodes are aggregated in a multinode.
NodeAggregator(Graph, C3PartOptions) - Constructor for class helix.graph.algo.c3part.aggregator.NodeAggregator
required constructor
nodeAggregatorName - Variable in class helix.graph.algo.c3part.C3PartOptions
 
Nodes - Static variable in class helix.graph.algo.c3part.C3PartUtil
the tuple associated to a node of the multigraph
NoSuchAggregatorException - Exception in helix.graph.algo.c3part.aggregator
 
NoSuchAggregatorException() - Constructor for exception helix.graph.algo.c3part.aggregator.NoSuchAggregatorException
 
NoSuchAggregatorException(String) - Constructor for exception helix.graph.algo.c3part.aggregator.NoSuchAggregatorException
 
NoSuchAggregatorException(Throwable) - Constructor for exception helix.graph.algo.c3part.aggregator.NoSuchAggregatorException
 
NoSuchOptimizerException - Exception in helix.graph.algo.c3part.optimizer
 
NoSuchOptimizerException() - Constructor for exception helix.graph.algo.c3part.optimizer.NoSuchOptimizerException
 
NoSuchOptimizerException(String) - Constructor for exception helix.graph.algo.c3part.optimizer.NoSuchOptimizerException
 
NoSuchOptimizerException(Throwable) - Constructor for exception helix.graph.algo.c3part.optimizer.NoSuchOptimizerException
 
NoSuchVertexException - Exception in helix.graph.model
 
NoSuchVertexException() - Constructor for exception helix.graph.model.NoSuchVertexException
 
NoSuchVertexException(String) - Constructor for exception helix.graph.model.NoSuchVertexException
 
NoSuchVertexException(Throwable) - Constructor for exception helix.graph.model.NoSuchVertexException
 
NotCompressibleVertexException - Exception in helix.graph.algo.c3part.compressor
 
NotCompressibleVertexException() - Constructor for exception helix.graph.algo.c3part.compressor.NotCompressibleVertexException
 
NotCompressibleVertexException(String) - Constructor for exception helix.graph.algo.c3part.compressor.NotCompressibleVertexException
 
NotCompressibleVertexException(Throwable) - Constructor for exception helix.graph.algo.c3part.compressor.NotCompressibleVertexException
 
NotExpandableVertexException - Exception in helix.graph.algo.c3part.compressor
 
NotExpandableVertexException() - Constructor for exception helix.graph.algo.c3part.compressor.NotExpandableVertexException
 
NotExpandableVertexException(String) - Constructor for exception helix.graph.algo.c3part.compressor.NotExpandableVertexException
 
NotExpandableVertexException(Throwable) - Constructor for exception helix.graph.algo.c3part.compressor.NotExpandableVertexException
 

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