public class NullPruner extends java.lang.Object implements Pruner
Constructor and Description |
---|
NullPruner()
Creates a simple pruner
|
Modifier and Type | Method and Description |
---|---|
void |
allocate()
Allocates resources necessary for this pruner
|
void |
deallocate()
Deallocates resources necessary for this pruner
|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
ActiveList |
prune(ActiveList activeList)
prunes the given set of states
|
void |
startRecognition()
starts the pruner
|
void |
stopRecognition()
Performs post-recognition cleanup.
|
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
ps
- a property sheet holding the new dataPropertyException
- if there is a problem with the properties.public void startRecognition()
startRecognition
in interface Pruner
public ActiveList prune(ActiveList activeList)
public void stopRecognition()
stopRecognition
in interface Pruner
public void allocate()
Pruner
public void deallocate()
Pruner
deallocate
in interface Pruner