halo.halflife
Class HalfLifeWriter
java.lang.Object
halo.halflife.HalfLifeWriter
public class HalfLifeWriter
- extends java.lang.Object
Class for exporting half-life values
- Author:
- Stefanie Kaufmann
Constructor Summary |
HalfLifeWriter(java.lang.String output,
java.lang.String header,
int which,
HalfLife... hl)
Writes the half-life values of a number of different HalfLife objects into a file,
thereby giving the choice to eliminate lines that are not saturated |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HALFLIFE
public static final int HALFLIFE
- See Also:
- Constant Field Values
RATIO
public static final int RATIO
- See Also:
- Constant Field Values
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
HalfLifeWriter
public HalfLifeWriter(java.lang.String output,
java.lang.String header,
int which,
HalfLife... hl)
- Writes the half-life values of a number of different HalfLife objects into a file,
thereby giving the choice to eliminate lines that are not saturated
- Parameters:
output
- Name of output fileheader
- Header line of the output filewhich
- Defines if half-life, ratio or both values should be written into output file; should be HALFLIFE, RATIO or BOTHhl
- A set of HalfLife objects