Package gov.ornl.csed.csiir.idr.kdd.dataservice.server.models

Class Summary
DataSetInformationResponse The DataSetInformationResponse class represents all of the information available for a data set.
DataSetListResponse The DataSetListResponse class represents a list of data sets that are available on the server.
DataSetListResponse.DataSetMetaData The DataSetMetaData class represents the name and unique ID for a data set.
DataSetQueryRequest The DataSetQueryRequest class represents a query to be submitted to the data service.
DataSetQueryRequest.QueryNode The QueryNode class represents a node of a boolean query.
DataSetSamplesRequest The DataSetSamplesRequest represents a request for some sample records from a data set.
DataSetSchemaResponse The DataSetSchemaResponse represents the field and field type information for a particular data set.
RecordCountResponse The ResultCountResponse object represents the total number of records that match a particular data set query.
ResultSetResponse The ResultSetResponse object represents a subset of result records returned from a query to the data service.
ResultSetResponse.ListSet The ListSet class represents a list of lists and allows them to be iterated as a matrix of rows and columns.
ResultSetResponse.ListSet.ListSetCell  
ResultSetResponse.ListSet.ListSetRow The ListSetRow class represents a row in the ListSet and allows iteration over the cell values in the row.
ResultSetResponse.ResultRecord The ResultRecord class represents the fields of a single record.
ResultSetResponse.ResultRecord.ResultField The ResultField class represents a field value.
 

Enum Summary
DataSetInformationResponse.DataType The DataType enumeration indicates whether the data set is structured or unstructured.
Format The Format enumeration represents the form in which a data set�s source document is to be returned.