|
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.Decoder
public class Decoder
| Nested Class Summary | |
|---|---|
static class |
Decoder.TargetType
|
| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
Decoder()
|
|
| Method Summary | ||
|---|---|---|
void |
editBeanInfo(java.beans.BeanInfo info)
|
|
double |
getBeam()
Getter for property beam. |
|
static
|
getPath(WFSA<S,Y,T> wfa,
java.util.List<Y> symbolList,
double beam,
int verbose)
Returns the state path or most probable state path for a given symbol list |
|
Decoder.TargetType |
getTargetType()
Getter for property targetType. |
|
java.net.URL |
getTargetURL()
Getter for property targetURL. |
|
int |
getVerbose()
Getter for property verbose. |
|
boolean |
isFullGCPerformed()
Getter for property GCWaited. |
|
static void |
main(java.lang.String[] args)
|
|
void |
process(Buffer in,
Buffer out)
Processes the input Data. |
|
void |
setBeam(double beam)
Setter for property beam. |
|
void |
setFullGCPerformed(boolean fullGCPerformed)
Setter for property fullGCPerformed. |
|
void |
setTargetType(Decoder.TargetType targetType)
Setter for property targetType. |
|
void |
setTargetURL(java.net.URL targetURL)
Setter for property targetURL. |
|
void |
setVerbose(int verbose)
Setter for property verbose. |
|
| 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 Decoder()
| Method Detail |
|---|
public boolean isFullGCPerformed()
public void setFullGCPerformed(boolean fullGCPerformed)
fullGCPerformed - value of property fullGCPerformed.public double getBeam()
public void setBeam(double beam)
beam - New value of property beam.public java.net.URL getTargetURL()
public void setTargetURL(java.net.URL targetURL)
targetURL - New value of property targetURL.public Decoder.TargetType getTargetType()
public void setTargetType(Decoder.TargetType targetType)
targetType - New value of property targetType.public int getVerbose()
public void setVerbose(int verbose)
verbose - New value of property verbose.
public void process(Buffer in,
Buffer out)
throws DataProcessorException
in - Input Bufferout - Output Buffer
DataProcessorException
public static <S extends State,Y extends Symbol,T extends Transition<S,Y>> Path<S,T> getPath(WFSA<S,Y,T> wfa,
java.util.List<Y> symbolList,
double beam,
int verbose)
wfa - the WFSA to be usedsymbolList - the symbol list
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 | |||||||||