public interface IClusterSourceReader extends MzIterableReader
| Modifier and Type | Method and Description |
|---|---|
List<ICluster> |
readAllClusters()
This function reads all clusters from the clustering source.
|
ICluster |
readCluster(String id)
Read a specific cluster.
|
void |
readClustersIteratively(Collection<IClusterSourceListener> listeners)
This function includes spectra if they are available.
|
boolean |
supportsReadAllClusters() |
close, hasNext, nextforEachRemaining, removeList<ICluster> readAllClusters() throws Exception
Exceptionboolean supportsReadAllClusters()
void readClustersIteratively(Collection<IClusterSourceListener> listeners) throws Exception
listeners - ExceptionCopyright © 2021. All rights reserved.