edu.cmu.sphinx.util.props.test
Class DummyFrontEnd

java.lang.Object
  extended by edu.cmu.sphinx.util.props.test.DummyFrontEnd
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
AnotherDummyFrontEnd

public class DummyFrontEnd
extends java.lang.Object
implements Configurable

DOCUMENT ME!

Author:
Holger Brandl

Field Summary
static java.lang.String DATA_PROCS
           
static java.lang.String PROP_USE_MFFCS
           
 
Constructor Summary
DummyFrontEnd()
           
 
Method Summary
 java.util.List<Configurable> getDataProcs()
           
 java.lang.String getName()
           
 boolean isUseMfccs()
           
 void newProperties(PropertySheet ps)
          This method is called when this configurable component needs to be reconfigured.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_USE_MFFCS

@S4Boolean(defaultValue=true)
public static final java.lang.String PROP_USE_MFFCS
See Also:
Constant Field Values

DATA_PROCS

@S4ComponentList(type=Configurable.class,
                 beTolerant=true,
                 defaultList={DummyProcessor.class,AnotherDummyProcessor.class,DummyProcessor.class})
public static final java.lang.String DATA_PROCS
See Also:
Constant Field Values
Constructor Detail

DummyFrontEnd

public DummyFrontEnd()
Method Detail

newProperties

public void newProperties(PropertySheet ps)
                   throws PropertyException
Description copied from interface: Configurable
This method is called when this configurable component needs to be reconfigured.

Specified by:
newProperties in interface Configurable
Parameters:
ps - a property sheet holding the new data
Throws:
PropertyException - if there is a problem with the properties.

isUseMfccs

public boolean isUseMfccs()

getDataProcs

public java.util.List<Configurable> getDataProcs()

getName

public java.lang.String getName()