hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.Observable

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

Uses of Observable in cedar.hepdata.db
 

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

static void DBManager.add(Observable obs)
          Add an Observable record to the DB. protected static void DBUtil.lookupDS(Observable obs)
          Replace legacy values of paperId and datasetId with new values from the DB. static void DBOut.selectFromDb(Observable observable)
          Populates the input Observable from the DB protected static boolean DBUtil.selectId(Observable obs)
          Populates the input Observable's ID from the DB  

Uses of Observable in cedar.hepdata.file
 

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

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


Generated 20060512 1623

HEPData