hepdata is hosted by Hepforge, IPPP Durham

cedar.hepdata.model
Class XAxis

java.lang.Object
  extended by cedar.hepdata.model.Axis
      extended by cedar.hepdata.model.XAxis
All Implemented Interfaces:
HDPersistable

public class XAxis
extends Axis

An XAxis contains header information and a set of Values. An XAxis may contain binning information. A Dataset has one or more XAxes.

Version:
$Date: 2006-02-02 15:25:39 +0000 (Thu, 02 Feb 2006) $ $Revision: 493 $
Author:
S Butterworth

Field Summary
static java.lang.String XAXIS
           
 
Fields inherited from class cedar.hepdata.model.Axis
systematics, values
 
Constructor Summary
XAxis(HDObjectReader reader)
          builds value from a file
XAxis(int paperId, int dsId, int id)
          Build axis
 
Method Summary
 java.lang.String toString()
          Produce a string representation of the object
 
Methods inherited from class cedar.hepdata.model.Axis
addSystematic, addValue, equals, getDatasetId, getHeader, getId, getPaperId, getSystematics, getValues, setDatasetId, setHeader, setId, setPaperId, toDb
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XAXIS

public static java.lang.String XAXIS
Constructor Detail

XAxis

public XAxis(HDObjectReader reader)
      throws HDException
builds value from a file

Throws:
HDException


XAxis

public XAxis(int paperId,
             int dsId,
             int id)
Build axis

Method Detail

toString

public java.lang.String toString()
Description copied from interface: HDPersistable
Produce a string representation of the object

Specified by:
toString in interface HDPersistable
Overrides:
toString in class Axis


Generated 20060512 1623

HEPData