hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.ErrorValue

Packages that use ErrorValue
cedar.hepdata.file Reads from flat files generated from legacy HEPData database 
cedar.hepdata.migration.model   
cedar.hepdata.model Object Model for HEPData 
 

Uses of ErrorValue in cedar.hepdata.file
 

Methods in cedar.hepdata.file that return types with arguments of type ErrorValue

static java.util.Vector<ErrorValue> HDValueReader.getErrors(java.lang.String desc)
          A systematic error is input as a description string It is decoded into a collection of ErrorValues.  

Uses of ErrorValue in cedar.hepdata.migration.model
 

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

 java.util.List<ErrorValue> Qualifier.getValues()
             

Methods in cedar.hepdata.migration.model with parameters of type ErrorValue

 void Qualifier.addValue(ErrorValue err)
             

Method parameters in cedar.hepdata.migration.model with type arguments of type ErrorValue

 void Qualifier.setValues(java.util.Vector<ErrorValue> v)
             

Uses of ErrorValue in cedar.hepdata.model
 

Methods in cedar.hepdata.model that return ErrorValue

 ErrorValue Value.getBinValue()
          for yaxis: bin info specified as error  ErrorValue Value.getError(java.lang.Integer i)
             

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

 java.util.Map<java.lang.Integer,ErrorValue> Value.getErrors()
             

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

 void Value.addError(java.lang.Integer id, ErrorValue err)
             void Value.setBinValue(ErrorValue bv)
          for yaxis: bin info specified as error  


Generated 20060512 1623

HEPData