Package com.ibm.wala.util.graph.traverse
Class WelshPowell<T>
- java.lang.Object
-
- com.ibm.wala.util.graph.traverse.WelshPowell<T>
-
public class WelshPowell<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWelshPowell.ColoredVertices<T>
-
Constructor Summary
Constructors Constructor Description WelshPowell()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WelshPowell.ColoredVertices<T>color(NumberedGraph<T> G)WelshPowell.ColoredVertices<T>color(NumberedGraph<T> G, int maxColors)WelshPowell.ColoredVertices<T>color(NumberedGraph<T> G, Comparator<T> order, int maxColors)static <T> Comparator<T>defaultComparator(NumberedGraph<T> G)
-
-
-
Method Detail
-
defaultComparator
public static <T> Comparator<T> defaultComparator(NumberedGraph<T> G)
-
color
public WelshPowell.ColoredVertices<T> color(NumberedGraph<T> G)
-
color
public WelshPowell.ColoredVertices<T> color(NumberedGraph<T> G, int maxColors)
-
color
public WelshPowell.ColoredVertices<T> color(NumberedGraph<T> G, Comparator<T> order, int maxColors)
-
-