hepdata is hosted by Hepforge, IPPP Durham

cedar.hepdata.model
Class YAxis

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

public class YAxis
extends Axis

A YAxis contains header information, a set of Values and also a description. A Dataset has one or more YAxes.

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

Field Summary
static java.lang.String YAXIS
           
 
Fields inherited from class cedar.hepdata.model.Axis
systematics, values
 
Constructor Summary
YAxis(HDObjectReader reader)
          builds axis from a file
YAxis(int paperId, int dsId, int id)
          Build axis
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String s)
           
 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

YAXIS

public static java.lang.String YAXIS
Constructor Detail

YAxis

public YAxis(HDObjectReader reader)
      throws HDException
builds axis from a file

Throws:
HDException


YAxis

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

Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String s)

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