Class WelshPowell.ColoredVertices<T>
java.lang.Object
com.ibm.wala.util.graph.traverse.WelshPowell.ColoredVertices<T>
- Enclosing class:
WelshPowell<T>
-
Constructor Summary
ConstructorsConstructorDescriptionColoredVertices(boolean fullColoring, NumberedGraph<T> G, int[] colors, int numColors) ColoredVertices(boolean fullColoring, Map<T, Integer> colors, int numColors) -
Method Summary
-
Constructor Details
-
ColoredVertices
-
ColoredVertices
-
-
Method Details
-
isFullColoring
public boolean isFullColoring() -
getColors
-
getNumColors
public int getNumColors() -
toString
-