jp.crestmuse.cmx.amusaj.sp
クラス MutableTimeSeries<D>
java.lang.Object
jp.crestmuse.cmx.amusaj.sp.MutableTimeSeries<D>
- すべての実装されたインタフェース:
- TimeSeriesCompatible<D>
public class MutableTimeSeries<D>
- extends java.lang.Object
- implements TimeSeriesCompatible<D>
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MutableTimeSeries
public MutableTimeSeries()
add
public void add(D d)
throws java.lang.InterruptedException
- インタフェース
TimeSeriesCompatible
の記述:
- 新たな多次元ベクトルを末尾に追加します.
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の add
- 例外:
java.lang.InterruptedException
dim
public int dim()
- インタフェース
TimeSeriesCompatible
の記述:
- 多次元ベクトルの次元数を返します.
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の dim
getAttribute
public java.lang.String getAttribute(java.lang.String key)
- インタフェース
TimeSeriesCompatible
の記述:
- 時間分解能をミリ秒単位で返します.
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の getAttribute
getAttributeDouble
public double getAttributeDouble(java.lang.String key)
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の getAttributeDouble
getAttributeInt
public int getAttributeInt(java.lang.String key)
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の getAttributeInt
getAttributeIterator
public java.util.Iterator<java.util.Map.Entry<java.lang.String,java.lang.String>> getAttributeIterator()
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の getAttributeIterator
getQueueReader
public QueueReader<D> getQueueReader()
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の getQueueReader
isComplete
public boolean isComplete()
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の isComplete
setAttribute
public void setAttribute(java.lang.String key,
double value)
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の setAttribute
setAttribute
public void setAttribute(java.lang.String key,
int value)
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の setAttribute
setAttribute
public void setAttribute(java.lang.String key,
java.lang.String value)
- 定義:
- インタフェース
TimeSeriesCompatible<D>
内の setAttribute