hepdata is hosted by Hepforge, IPPP Durham

Uses of Class
cedar.hepdata.model.Value

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

Uses of Value in cedar.hepdata.file
 

Methods in cedar.hepdata.file that return Value

protected  Value HDValueReader.getValue(int pointId, java.lang.String desc)
          Construction of a Value object from a text string.  Value HDValueReader.getValue(java.lang.String desc)
          Creates a value by decoding input string.  

Uses of Value in cedar.hepdata.model
 

Fields in cedar.hepdata.model with type parameters of type Value

protected  java.util.Map<java.lang.Integer,Value> Axis.values
          Collection of values on the axis  

Methods in cedar.hepdata.model that return Value

 Value Property.getValue()
             

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

 java.util.Map<java.lang.Integer,Value> Axis.getValues()
             

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

 void Axis.addValue(java.lang.Integer id, Value val)
             void Property.setValue(Value v)
             


Generated 20060512 1623

HEPData