Project

General

Profile

1
package eu.dnetlib.functionality.index.query;
2

    
3
/**
4
 * The Class IndexQuery.
5
 */
6
public interface IndexQuery {
7

    
8
	IndexQuery setQueryOffset(int offset);
9

    
10
	IndexQuery setQueryLimit(int limit);
11

    
12
}
(2-2/15)