hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.Paper

Packages that use Paper
cedar.hepdata.control Control-Level Classes - User Interfaces? 
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 Paper in cedar.hepdata.control
 

Methods in cedar.hepdata.control that return types with arguments of type Paper

 java.util.Vector<Paper> HDQuery.getPapers(java.lang.String[] ids)
          Retrieves a collection of Papers from HepData.  

Uses of Paper in cedar.hepdata.db
 

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

static void DBManager.add(Paper paper)
          Add a Paper record to the DB, or update comment if the record already exists. protected static boolean DBUtil.isPresent(Paper p)
          queries paper table to find if record with given id exists static void DBOut.selectFromDb(Paper p)
          Populates the input Object from the DB  

Uses of Paper in cedar.hepdata.file
 

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

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

Uses of Paper in cedar.hepdata.model
 

Methods in cedar.hepdata.model that return Paper

 Paper Dataset.getPaper()
             


Generated 20060512 1623

HEPData