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, next
forEachRemaining, remove
List<ICluster> readAllClusters() throws Exception
Exception
boolean supportsReadAllClusters()
void readClustersIteratively(Collection<IClusterSourceListener> listeners) throws Exception
listeners
- Exception
Copyright © 2021. All rights reserved.