jp.crestmuse.cmx.amusaj.filewrappers
インタフェース PeaksCompatible
- すべてのスーパーインタフェース:
- AmusaDataCompatible<PeakSet>
public interface PeaksCompatible
- extends AmusaDataCompatible<PeakSet>
各フレームのデータがピーク集合(PeakSetオブジェクト)であるタイプの時系列データを
扱います.
getQueueReader
QueueReader<PeakSet> getQueueReader()
- インタフェース
AmusaDataCompatible
の記述:
- このオブジェクトに格納されているデータへアクセスするためのキューリーダを返します.
- 定義:
- インタフェース
AmusaDataCompatible<PeakSet>
内の getQueueReader
bytesize
int bytesize()
timeunit
int timeunit()
addPeakSet
void addPeakSet(PeakSet peakset)
throws java.lang.InterruptedException
- 例外:
java.lang.InterruptedException