|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gtts.sautrela.engine.AbstractDataProcessor
edu.gtts.sautrela.wfsa.RecognitionRate
public class RecognitionRate
| Nested Class Summary | |
|---|---|
static class |
RecognitionRate.Rate
|
| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
RecognitionRate()
|
|
| Method Summary | |
|---|---|
void |
editBeanInfo(java.beans.BeanInfo info)
|
java.lang.String |
getExcludeSymbolPattern()
Getter for property excludeSymbolPattern. |
java.lang.String |
getMatrixFile()
Getter for property matrixFile. |
RecognitionRate.Rate |
getRate()
Getter for property rate. |
java.lang.String |
getSymbolFile()
Getter for property symbolFile. |
java.lang.String |
getSymbolSeparator()
Getter for property symbolSeparator. |
java.lang.String |
getTransPropertyName()
Getter for property transPropertyName. |
static void |
main(java.lang.String[] args)
|
void |
process(Buffer in,
Buffer out)
Data is pulled from imput buffer, processed and pushed into the output buffer. |
void |
setExcludeSymbolPattern(java.lang.String pattern)
Setter for property excludeSymbolPattern. |
void |
setMatrixFile(java.lang.String matrixFile)
Setter for property matrixFile. |
void |
setRate(RecognitionRate.Rate rate)
Setter for property rate. |
void |
setSymbolFile(java.lang.String symbolFile)
Setter for property symbolFile. |
void |
setSymbolSeparator(java.lang.String symbolSeparator)
Setter for property symbolSeparator. |
void |
setTransPropertyName(java.lang.String propName)
Setter for property transPropertyName. |
| Methods inherited from class edu.gtts.sautrela.engine.AbstractDataProcessor |
|---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getName, getPropertyDescriptors, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecognitionRate()
| Method Detail |
|---|
public void process(Buffer in,
Buffer out)
throws DataProcessorException
DataProcessor
in - Input Bufferout - Output Buffer
DataProcessorExceptionpublic RecognitionRate.Rate getRate()
public void setRate(RecognitionRate.Rate rate)
rate - New value of property rate.public java.lang.String getMatrixFile()
public void setMatrixFile(java.lang.String matrixFile)
matrixFile - New value of property matrixFile.public java.lang.String getSymbolFile()
public void setSymbolFile(java.lang.String symbolFile)
symbolFile - New value of property symbolFile.public java.lang.String getSymbolSeparator()
public void setSymbolSeparator(java.lang.String symbolSeparator)
symbolSeparator - New value of property symbolSeparator.public java.lang.String getTransPropertyName()
public void setTransPropertyName(java.lang.String propName)
propName - New value of property transPropertyName.public java.lang.String getExcludeSymbolPattern()
public void setExcludeSymbolPattern(java.lang.String pattern)
pattern - New value of property excludeSymbolPattern.public void editBeanInfo(java.beans.BeanInfo info)
editBeanInfo in class AbstractDataProcessor
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||