public class Line
extends java.lang.Object
A container class holding all the data within a suite from a particular line number of their respective files. Intended to be used as a proxy for run number. We can't use the actual run number, because the Long Core software adds the position number to it for discrete samples. We can't correct for that because it can't write the position number to the DAT file.
This class is not currently used.
Constructor and Description |
---|
Line(int lineNumber)
Creates a new Line with the specified line number.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Datum datum)
Associates a Datum with this line.
|
Datum |
getEmptySlot()
Returns the first Datum associated with this line which was a measurement
of an empty tray slot, not an actual sample.
|
public Line(int lineNumber)
lineNumber
- the line number in the original data filepublic void add(Datum datum)
datum
- a datum to be associated with this linepublic Datum getEmptySlot()