Sautrela

edu.gtts.sautrela.wfsa
Class RecognitionRate

java.lang.Object
  extended by edu.gtts.sautrela.engine.AbstractDataProcessor
      extended by edu.gtts.sautrela.wfsa.RecognitionRate
All Implemented Interfaces:
DataProcessor, java.beans.BeanInfo, java.io.Serializable

public class RecognitionRate
extends AbstractDataProcessor

See Also:
Serialized Form

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

RecognitionRate

public RecognitionRate()
Method Detail

process

public void process(Buffer in,
                    Buffer out)
             throws DataProcessorException
Description copied from interface: DataProcessor
Data is pulled from imput buffer, processed and pushed into the output buffer. Processing mus finish as sooan as a CloseData is received.

Parameters:
in - Input Buffer
out - Output Buffer
Throws:
DataProcessorException

getRate

public RecognitionRate.Rate getRate()
Getter for property rate.

Returns:
Value of property rate.

setRate

public void setRate(RecognitionRate.Rate rate)
Setter for property rate.

Parameters:
rate - New value of property rate.

getMatrixFile

public java.lang.String getMatrixFile()
Getter for property matrixFile.

Returns:
Value of property matrixFile.

setMatrixFile

public void setMatrixFile(java.lang.String matrixFile)
Setter for property matrixFile.

Parameters:
matrixFile - New value of property matrixFile.

getSymbolFile

public java.lang.String getSymbolFile()
Getter for property symbolFile.

Returns:
Value of property symbolFile.

setSymbolFile

public void setSymbolFile(java.lang.String symbolFile)
Setter for property symbolFile.

Parameters:
symbolFile - New value of property symbolFile.

getSymbolSeparator

public java.lang.String getSymbolSeparator()
Getter for property symbolSeparator.

Returns:
Value of property symbolSeparator.

setSymbolSeparator

public void setSymbolSeparator(java.lang.String symbolSeparator)
Setter for property symbolSeparator.

Parameters:
symbolSeparator - New value of property symbolSeparator.

getTransPropertyName

public java.lang.String getTransPropertyName()
Getter for property transPropertyName.

Returns:
Value of property transPropertyName.

setTransPropertyName

public void setTransPropertyName(java.lang.String propName)
Setter for property transPropertyName.

Parameters:
propName - New value of property transPropertyName.

getExcludeSymbolPattern

public java.lang.String getExcludeSymbolPattern()
Getter for property excludeSymbolPattern.

Returns:
Value of property excludeSymbolPattern.

setExcludeSymbolPattern

public void setExcludeSymbolPattern(java.lang.String pattern)
Setter for property excludeSymbolPattern.

Parameters:
pattern - New value of property excludeSymbolPattern.

editBeanInfo

public void editBeanInfo(java.beans.BeanInfo info)
Overrides:
editBeanInfo in class AbstractDataProcessor

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Sautrela