public class PartitionActiveListFactory extends ActiveListFactory
absoluteBeamWidth, logMath, logRelativeBeamWidth, PROP_ABSOLUTE_BEAM_WIDTH, PROP_RELATIVE_BEAM_WIDTH, PROP_STRICT_PRUNING| Constructor and Description |
|---|
PartitionActiveListFactory() |
PartitionActiveListFactory(int absoluteBeamWidth,
double relativeBeamWidth) |
| Modifier and Type | Method and Description |
|---|---|
ActiveList |
newInstance()
Creates a new active list of a particular type
|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
public PartitionActiveListFactory(int absoluteBeamWidth,
double relativeBeamWidth)
absoluteBeamWidth - beam for absolute pruningrelativeBeamWidth - beam for relative pruningpublic PartitionActiveListFactory()
public void newProperties(PropertySheet ps) throws PropertyException
ConfigurablenewProperties in interface ConfigurablenewProperties in class ActiveListFactoryps - a property sheet holding the new dataPropertyException - if there is a problem with the properties.public ActiveList newInstance()
ActiveListFactorynewInstance in class ActiveListFactory