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

Packages that use gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
gov.ornl.csed.csiir.idr.kdd.dataservice.client   
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models   
 

Classes in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models used by gov.ornl.csed.csiir.idr.kdd.dataservice.client
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.
DataSetQueryRequest
          The DataSetQueryRequest class represents a query to be submitted to the data service.
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.
Format
          The Format enumeration represents the form in which a data set�s source document is to be returned.
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.
 

Classes in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models used by gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
DataSetInformationResponse.DataType
          The DataType enumeration indicates whether the data set is structured or unstructured.
DataSetListResponse.DataSetMetaData
          The DataSetMetaData class represents the name and unique ID for a data set.
DataSetQueryRequest.QueryNode
          The QueryNode class represents a node of a boolean query.
Format
          The Format enumeration represents the form in which a data set�s source document is to be returned.
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.