Hierarchy For Package org.jgrapht.alg.color
Class Hierarchy
- java.lang.Object
- org.jgrapht.alg.color.BrownBacktrackColoring<V,
E> (implements org.jgrapht.alg.interfaces.VertexColoringAlgorithm<V>) - org.jgrapht.alg.color.ChordalGraphColoring<V,
E> (implements org.jgrapht.alg.interfaces.VertexColoringAlgorithm<V>) - org.jgrapht.alg.color.ColorRefinementAlgorithm<V,
E> (implements org.jgrapht.alg.interfaces.VertexColoringAlgorithm<V>) - org.jgrapht.alg.color.ColorRefinementAlgorithm.ColoringRepresentation
- org.jgrapht.alg.color.GreedyColoring<V,
E> (implements org.jgrapht.alg.interfaces.VertexColoringAlgorithm<V>) - org.jgrapht.alg.color.LargestDegreeFirstColoring<V,
E> - org.jgrapht.alg.color.RandomGreedyColoring<V,
E> - org.jgrapht.alg.color.SmallestDegreeLastColoring<V,
E>
- org.jgrapht.alg.color.LargestDegreeFirstColoring<V,
- org.jgrapht.alg.color.SaturationDegreeColoring<V,
E> (implements org.jgrapht.alg.interfaces.VertexColoringAlgorithm<V>) - org.jgrapht.alg.color.SaturationDegreeColoring.DSaturComparator (implements java.util.Comparator<T>)
- org.jgrapht.alg.color.SaturationDegreeColoring.Heap
- org.jgrapht.alg.color.SaturationDegreeColoring.HeapHandle
- org.jgrapht.alg.color.BrownBacktrackColoring<V,