hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.Dataset

Packages that use Dataset
cedar.hepdata.db Controls database access for the hepdata application 
cedar.hepdata.file Reads from flat files generated from legacy HEPData database 
cedar.hepdata.model Object Model for HEPData 
 

Uses of Dataset in cedar.hepdata.db
 

Methods in cedar.hepdata.db with parameters of type Dataset

static void DBManager.add(Dataset ds)
          Add a Dataset record to the DB. protected static boolean DBUtil.isPresent(Dataset ds)
          queries dataset table to find if record with given id exists protected static void DBUtil.lookupDS(Dataset ds)
          Replace legacy values of paperId and datasetId with new values from the DB. protected static boolean DBUtil.nullDescRecord(Dataset ds)
          Finds whether this Dataset record has a description protected static void DBUtil.selectDatasetHeader(Dataset ds)
          Lookup a Header for a Dataset protected static void DBUtil.selectMaxId(Dataset ds)
          Find Maximum dataset number on the database for a given paper Set the provided dataset's ID to one greater than this maximum protected static boolean DBUtil.systematicsPresent(Dataset ds)
          Checks whether there are entries in Systematics table for given Dataset.  

Uses of Dataset in cedar.hepdata.file
 

Methods in cedar.hepdata.file with parameters of type Dataset

 void HDObjectReader.fill(Dataset dataset)
          Populates the input object with fields read consecutively from a line of the input data.  

Uses of Dataset in cedar.hepdata.model
 

Methods in cedar.hepdata.model that return types with arguments of type Dataset

 java.util.List<Dataset> Paper.getDatasets()
             

Methods in cedar.hepdata.model with parameters of type Dataset

 void Paper.add(Dataset ds)
             


Generated 20060512 1623

HEPData