Package gov.nih.mipav.model.algorithms
Class CeresSolver.VertexDegreeLessThan<Vertex>
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.VertexDegreeLessThan<Vertex>
-
- All Implemented Interfaces:
java.util.Comparator<Vertex>
- Enclosing class:
- CeresSolver
class CeresSolver.VertexDegreeLessThan<Vertex> extends java.lang.Object implements java.util.Comparator<Vertex>
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.Graph<Vertex>
graph_
-
Constructor Summary
Constructors Constructor Description VertexDegreeLessThan(CeresSolver.Graph<Vertex> graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Vertex lhs, Vertex rhs)
-
-
-
Field Detail
-
graph_
private CeresSolver.Graph<Vertex> graph_
-
-
Constructor Detail
-
VertexDegreeLessThan
public VertexDegreeLessThan(CeresSolver.Graph<Vertex> graph)
-
-