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