jp.crestmuse.cmx.amusaj.filewrappers
クラス MutablePeaks

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.MutableTimeSeries<PeakSet>
      上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.MutablePeaks
すべての実装されたインタフェース:
AmusaDataCompatible<PeakSet>, TimeSeriesCompatible<PeakSet>

public class MutablePeaks
extends MutableTimeSeries<PeakSet>


コンストラクタの概要
MutablePeaks(int nFrames, int timeunit)
           
 
メソッドの概要
 void add(PeakSet peakset)
          新たな多次元ベクトルを末尾に追加します.
 int bytesize()
           
 int dim()
          多次元ベクトルの次元数を返します.
 
クラス jp.crestmuse.cmx.amusaj.filewrappers.MutableTimeSeries から継承されたメソッド
frames, getAttribute, getAttributeDouble, getAttributeInt, getAttributeIterator, getQueueReader, setAttribute, setAttribute, setAttribute, timeunit
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MutablePeaks

public MutablePeaks(int nFrames,
                    int timeunit)
メソッドの詳細

bytesize

public int bytesize()

dim

public int dim()
インタフェース TimeSeriesCompatible の記述:
多次元ベクトルの次元数を返します.


add

public void add(PeakSet peakset)
         throws java.lang.InterruptedException
インタフェース TimeSeriesCompatible の記述:
新たな多次元ベクトルを末尾に追加します.

例外:
java.lang.InterruptedException