|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.frontend.util.FrontEndUtils
public class FrontEndUtils
Some little helper methods to ease the handling of frontend-processor chains.
Constructor Summary | |
---|---|
FrontEndUtils()
|
Method Summary | ||
---|---|---|
static
|
getFrontEndProcessor(DataProcessor dp,
java.lang.Class<T> predecClass)
Returns a the next DataProcessor of type predecClass which preceeds dp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrontEndUtils()
Method Detail |
---|
public static <T extends DataProcessor> T getFrontEndProcessor(DataProcessor dp, java.lang.Class<T> predecClass)
DataProcessor
of type predecClass
which preceeds dp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |