|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.extensions.reports.ChromaticNumber
public class ChromaticNumber
Constructor Summary | |
---|---|
ChromaticNumber()
|
Method Summary | |
---|---|
java.lang.Object |
calculate(GraphData gd)
|
boolean |
coloringFound(int t)
Fires whenever a coloring is found |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
boolean |
isColorable(int t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChromaticNumber()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Extension
public java.lang.String getDescription()
getDescription
in interface Extension
public java.lang.Object calculate(GraphData gd)
calculate
in interface GraphReportInterface
public boolean isColorable(int t)
public boolean coloringFound(int t)
ColoringListener
coloringFound
in interface ColoringListener
t
- the maximum color, so the set of colors will be {1, 2, ..., t}
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |