jp.crestmuse.cmx.amusaj.filewrappers
クラス MPEG7Wrapper.ScalableSeries

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.filewrappers.NodeInterface
      上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.MPEG7Wrapper.ScalableSeries
直系の既知のサブクラス:
MPEG7Wrapper.SeriesOfScalar, MPEG7Wrapper.SeriesOfVector
含まれているクラス:
MPEG7Wrapper

public abstract class MPEG7Wrapper.ScalableSeries
extends NodeInterface


メソッドの概要
abstract  TimeSeriesCompatible getTimeSeries(java.lang.String elem)
           
abstract  TimeSeriesCompatible[] getTimeSeriesList()
           
 java.lang.String hopSize()
           
 int timeunitMS()
           
 int totalNumOfSamples()
           
 
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeNS, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getSupportedNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

totalNumOfSamples

public int totalNumOfSamples()

hopSize

public java.lang.String hopSize()

timeunitMS

public int timeunitMS()

getTimeSeries

public abstract TimeSeriesCompatible getTimeSeries(java.lang.String elem)

getTimeSeriesList

public abstract TimeSeriesCompatible[] getTimeSeriesList()