Revision 24394 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/DataSet.java

View differences:

DataSet.java
3 3
import org.gvsig.tools.visitor.Visitable;
4 4

  
5 5
/**
6
 * <p> Interface that represents  a group of data elements 
7
 * (similar to a RecordSet of JDBC). It`s used in a generic way 
8
 * as a set of elements, regardless if it is the result of a data 
6
 * <p> Interface that represents a generic set of data. It may proceed either from a data 
9 7
 * query, a user selection or a collection of locked elements.</p>
10 8
 */
11 9
public interface DataSet extends Visitable {

Also available in: Unified diff