Package com.ibm.wala.util.graph.traverse
Class WelshPowell.ColoredVertices<T>
- java.lang.Object
-
- com.ibm.wala.util.graph.traverse.WelshPowell.ColoredVertices<T>
-
- Enclosing class:
- WelshPowell<T extends INodeWithNumber>
public static class WelshPowell.ColoredVertices<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description ColoredVertices(boolean fullColoring, NumberedGraph<T> G, int[] colors, int numColors)
ColoredVertices(boolean fullColoring, Map<T,Integer> colors, int numColors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<T,Integer>
getColors()
int
getNumColors()
boolean
isFullColoring()
-
-
-
Constructor Detail
-
ColoredVertices
public ColoredVertices(boolean fullColoring, NumberedGraph<T> G, int[] colors, int numColors)
-
-