|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.frontend.Signal
public class Signal
Indicates events like beginning or end of data, data dropped, quality changed, etc.. It implements the Data interface, and it will pass between DataProcessors to inform them about the Data that is passed between DataProcessors.
Data
,
DataProcessor
,
Serialized FormMethod Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProps()
Returns the properties associated to this signal. |
long |
getTime()
Returns the time this Signal was created. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getTime()
public java.util.Map<java.lang.String,java.lang.Object> getProps()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |