Project

General

Profile

1
package eu.dnetlib.data.search.transform.formatter;
2

    
3
import eu.dnetlib.domain.data.SearchResult;
4

    
5
public interface Formatter {
6
	String format(SearchResult result) throws Exception;
7
}
(2-2/6)