edu.cmu.sphinx.decoder.search
Class SortingActiveListFactory
java.lang.Object
edu.cmu.sphinx.decoder.search.ActiveListFactory
edu.cmu.sphinx.decoder.search.SortingActiveListFactory
- All Implemented Interfaces:
- Configurable
public class SortingActiveListFactory
- extends ActiveListFactory
- Author:
- plamere
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation -
Code and Comments
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortingActiveListFactory
public SortingActiveListFactory(int absoluteBeamWidth,
double relativeBeamWidth,
LogMath logMath)
- Parameters:
absoluteBeamWidth - relativeBeamWidth - logMath -
SortingActiveListFactory
public SortingActiveListFactory()
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