|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CAlgorithm<T extends Number,E extends Serializable>
Method Summary | |
---|---|
void |
clickStepped()
|
void |
complete()
|
Iterable<Iterable<CElement<T,E>>> |
getResult()
Returns an iterable set of clusters, each of which is an iterable collection of elements. |
void |
init()
Does all of the work of the algorithm before the main loop. |
void |
run()
|
boolean |
step()
Performs the main iteration of the algorithm. |
Method Detail |
---|
boolean step()
Iterable<Iterable<CElement<T,E>>> getResult()
void init()
void run()
run
in interface Runnable
void clickStepped()
void complete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |