org.schwiebert.abl4j.select
Class Select<T>
java.lang.Object
org.schwiebert.abl4j.select.Select<T>
- All Implemented Interfaces:
- IAblComponent<T>, IConfigurable
public class Select<T>
- extends Object
- implements IAblComponent<T>
This class implements the selection part of ABL.
- Author:
- Menno van Zaanen (menno@ics.mq.edu.au) (original C++ Version), Jeroen Geertzen (j.geertzen@uvt.nl) (modifications in C++ Version), Stephan Schwiebert (sschwieb@spinfo.uni-koeln.de) (Java-Implementation)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectMethod
private SelectMethod selectMethod
Select
public Select()
configure
public void configure(PropertiesMap properties)
throws InvalidConfigurationException
- Specified by:
configure in interface IConfigurable
- Throws:
InvalidConfigurationException
execute
public void execute(ITreeBank<T> tb)
- Specified by:
execute in interface IAblComponent<T>
© 2007 Stephan Schwiebert