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