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, waitaddItem, addItems, clearItems, getClusters, getItems, getMaxDistanceBetweenClusteredItems, removeItem, removeItems, setMaxDistanceBetweenClusteredItems, updateItempublic void lock()
lock in interface Algorithm<T extends ClusterItem>public void unlock()
unlock in interface Algorithm<T extends ClusterItem>