edu.cmu.sphinx.decoder.search
Class PartitionActiveListFactory
java.lang.Object
edu.cmu.sphinx.decoder.search.ActiveListFactory
edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
- All Implemented Interfaces:
- Configurable
public class PartitionActiveListFactory
- extends ActiveListFactory
A factory for PartitionActiveLists
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartitionActiveListFactory
public PartitionActiveListFactory(int absoluteBeamWidth,
double relativeBeamWidth,
LogMath logMath)
- Parameters:
absoluteBeamWidth - relativeBeamWidth - logMath -
PartitionActiveListFactory
public PartitionActiveListFactory()
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- Overrides:
newProperties in class ActiveListFactory
- Parameters:
ps - a property sheet holding the new data
- Throws:
PropertyException - if there is a problem with the properties.
newInstance
public ActiveList newInstance()
- Description copied from class:
ActiveListFactory
- Creates a new active list of a particular type
- Specified by:
newInstance in class ActiveListFactory
- Returns:
- the active list