V - the graph vertex typepublic static interface VertexColoringAlgorithm.Coloring<V>
| Modifier and Type | Method and Description | 
|---|---|
List<Set<V>> | 
getColorClasses()
Get the color classes. 
 | 
Map<V,Integer> | 
getColors()
Get the color map. 
 | 
int | 
getNumberColors()
Get the number of colors. 
 | 
int getNumberColors()
List<Set<V>> getColorClasses()
Copyright © 2019. All rights reserved.