public abstract class AbstractAlgorithm<T extends ClusterItem> extends java.lang.Object implements Algorithm<T>
Constructor and Description |
---|
AbstractAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
lock() |
void |
unlock() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addItem, addItems, clearItems, getClusters, getItems, getMaxDistanceBetweenClusteredItems, removeItem, removeItems, setMaxDistanceBetweenClusteredItems, updateItem
public void lock()
lock
in interface Algorithm<T extends ClusterItem>
public void unlock()
unlock
in interface Algorithm<T extends ClusterItem>