|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface C3PartAlgo
interface for all C3Part algorithms
Method Summary | |
---|---|
NodeAggregator |
getAggregatorFor()
get current aggregator for this algo |
ColorOptimizer |
getOptimizerFor(Graph Clas)
get current optimizer for this algo and (possibly) this particular Clas |
C3PartOptions |
getOptions()
get current algorithm options return a hard copy of options, so modifying them will not modify internal algorithm options. |
C3PartOptions |
getPhysicalOptions()
get current algorithm options this method returns the internal algo options. |
Set<Graph> |
run()
run main algo (with current options) |
void |
setOptions(C3PartOptions options)
set algorithm options note: this may throw an Exception if options are incompatible with this algo |
Method Detail |
---|
Set<Graph> run()
void setOptions(C3PartOptions options)
C3PartOptions getOptions()
setOptions
NodeAggregator getAggregatorFor()
ColorOptimizer getOptimizerFor(Graph Clas)
C3PartOptions getPhysicalOptions()
getOptions
instead)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |