Value Class Reference

A point on either an X or Y axis. More...

Inheritance diagram for Value:

Inheritance graph
[legend]

Collaboration diagram for Value:

Collaboration graph
[legend]

List of all members.


Public Member Functions

String toString ()
 Default String representation: declares that method is not properly defined by default.

Package Functions

Logger log ()
 Neat method to allow every class to get hold of a custom-named Logger.

Detailed Description

A point on either an X or Y axis.

Author:
Andy Buckley
Version:
Date
2007-05-29 17:09:41 +0100 (Tue, 29 May 2007)
Revision
996

Definition at line 18 of file Value.java.


Member Function Documentation

Logger log (  )  [package, inherited]

String toString (  )  [inherited]

Default String representation: declares that method is not properly defined by default.

Reimplemented in Axis, Bin, Data, Dataset, Experiment, Modification, Paper, Particle, Point, Property, Reaction, Reference, Uncertainty, XAxis, and YAxis.

Definition at line 19 of file Storeable.java.

00019                              {
00020         StringBuffer s = new StringBuffer();
00021         s.append(this.getClass().getName() + ".toString() is not overloaded.");
00022         return s.toString();
00023     }


The documentation for this class was generated from the following file:


Generated on Tue Apr 21 15:54:50 2009 for HepData object model by  doxygen 1.5.5