hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.Axis

Packages that use Axis
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 Axis in cedar.hepdata.db
 

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

static void DBManager.add(Axis axis)
          Add an Axis record to the DB. protected static boolean DBUtil.isPresent(Axis ax)
          queries axis table to find if record with given id exists protected static void DBUtil.lookupDS(Axis ax)
          Replace legacy values of paperId and datasetId with new values from the DB.  

Uses of Axis in cedar.hepdata.file
 

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

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

Constructors in cedar.hepdata.file with parameters of type Axis

HDValueReader(Axis axis)
          Constructor requires the Axis to which the values being decoded belong  

Uses of Axis in cedar.hepdata.model
 

Subclasses of Axis in cedar.hepdata.model

 class XAxis
          An XAxis contains header information and a set of Values.  class YAxis
          A YAxis contains header information, a set of Values and also a description.  

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

 java.util.List<Axis> Dataset.getAxes()
             

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

 void Dataset.add(Axis ax)
             


Generated 20060512 1623

HEPData