Class WelshPowell.ColoredVertices<T>

java.lang.Object
com.ibm.wala.util.graph.traverse.WelshPowell.ColoredVertices<T>
Enclosing class:
WelshPowell<T>

public static class WelshPowell.ColoredVertices<T> extends Object
  • Constructor Details

    • ColoredVertices

      public ColoredVertices(boolean fullColoring, NumberedGraph<T> G, int[] colors, int numColors)
    • ColoredVertices

      public ColoredVertices(boolean fullColoring, Map<T,Integer> colors, int numColors)
  • Method Details

    • isFullColoring

      public boolean isFullColoring()
    • getColors

      public Map<T,Integer> getColors()
    • getNumColors

      public int getNumColors()
    • toString

      public String toString()
      Overrides:
      toString in class Object