Public Member Functions | |
Axis () | |
Default constructor. | |
Axis (String header) | |
Axis (String header, Unit unit) | |
String | getHeader () |
Get the axis header. | |
Axis | setHeader (String header) |
Set the axis header. | |
Unit | getUnit () |
Get the Unit in which values on this axis are measured. | |
Axis | setUnit (Unit unit) |
Set the Unit in which values on this axis are measured. | |
String | toString () |
Do-nothing string representation of this axis: should be overridden. | |
Package Functions | |
.hibernate.annotations. | Type (type="cedar.hepdata.db.UnitUserType") private Unit _unit |
Unit which the points on this axis are measured in. | |
Logger | log () |
Neat method to allow every class to get hold of a custom-named Logger. |
XAxis and YAxis are concrete implementations. One Dataset may have multiple Axes. Every Axis has an associated Unit.
Definition at line 18 of file Axis.java.
Axis | ( | String | header | ) |
Axis | ( | String | header, | |
Unit | unit | |||
) |
.hibernate.annotations. Type | ( | type | = "cedar.hepdata.db.UnitUserType" |
) | [package] |
Unit which the points on this axis are measured in.
String getHeader | ( | ) |
Axis setHeader | ( | String | header | ) |
Unit getUnit | ( | ) |
Axis setUnit | ( | Unit | unit | ) |
String toString | ( | ) |
Logger log | ( | ) | [package, inherited] |
Neat method to allow every class to get hold of a custom-named Logger.
Definition at line 14 of file Storeable.java.
Referenced by Uncertainty.compareTo(), Reference.compareTo(), PointError.compareTo(), Modification.compareTo(), Experiment.compareTo(), DatasetError.compareTo(), AxisError.compareTo(), Data.makeExample(), Data.makeExampleDataset(), Data.makeExampleExperiment(), Data.makeExamplePaper(), Data.makeExampleXAxes(), Data.makeExampleYAxes(), AxisError.setAxis(), DatasetError.setDataset(), DatasetError.setNormType(), PointError.setPoint(), and Uncertainty.toString().