/**
 * 
 */
package eu.dnetlib.data.utility.featureextraction;

/**
 * @author jochen
 *
 */
public interface IExtractionTaskProperties {

	public Throwable getException();
	public void setException(Throwable e);
	public Feature getFeature();
	public int getTotalNumberOfResults();
}
