|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
harpoon.Analysis.GraphColoring.UnableToColorGraph
public class UnableToColorGraph
UnableToColorGraph is a control-flow construct for
indicating the provided Graph Coloring algorithm failed to color a
given graph.
| Constructor Summary | |
|---|---|
UnableToColorGraph()
Creates a UncolorableGraphException. |
|
UnableToColorGraph(String s)
Creates a UncolorableGraphException. |
|
| Method Summary | |
|---|---|
Collection |
getRemovalSuggestions()
returns a Collection of nodes that are suggested for removal to make some external graph colorable. |
Collection |
getRemovalSuggestionsBackup()
returns a Collection of nodes that are suggested for removal to make some external graph colorable. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnableToColorGraph()
UncolorableGraphException.
public UnableToColorGraph(String s)
UncolorableGraphException.
| Method Detail |
|---|
public Collection getRemovalSuggestions()
public Collection getRemovalSuggestionsBackup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||