edu.cmu.sphinx.frontend
Class DataStartSignal

java.lang.Object
  extended byedu.cmu.sphinx.frontend.Signal
      extended byedu.cmu.sphinx.frontend.DataStartSignal
All Implemented Interfaces:
Data

public class DataStartSignal
extends Signal

A signal that indicates the start of data.

See Also:
Data, DataProcessor, Signal

Constructor Summary
DataStartSignal()
          Constructs a DataStartSignal.
DataStartSignal(long time)
          Constructs a DataStartSignal at the given time.
 
Method Summary
 java.lang.String toString()
          Returns the string "DataStartSignal".
 
Methods inherited from class edu.cmu.sphinx.frontend.Signal
getTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataStartSignal

public DataStartSignal()
Constructs a DataStartSignal.


DataStartSignal

public DataStartSignal(long time)
Constructs a DataStartSignal at the given time.

Parameters:
time - the time this DataStartSignal is created
Method Detail

toString

public java.lang.String toString()
Returns the string "DataStartSignal".

Returns:
the string "DataStartSignal"