hep.io.hbook
Class ColumnwiseTuple
java.lang.Object
hep.io.hbook.HbookObject
hep.io.hbook.CompositeHbookObject
hep.io.hbook.Tuple
hep.io.hbook.ColumnwiseTuple
- public class ColumnwiseTuple
- extends Tuple
Represents a column-wise tuple.
The children of a RowwiseTuple will be instances of ColumnwiseTupleColumn
- See Also:
ColumnwiseTupleColumn
- Source Code:
- ColumnwiseTuple.java
id
public int id()
- The id for this tuple
toString
public String toString()
- Overrides:
toString
in class CompositeHbookObject
setCurrentRow
public void setCurrentRow(int row)
- Description copied from class:
Tuple
- Set the current row.
- Overrides:
setCurrentRow
in class Tuple
- Parameters:
row
- The new current row (1-nRows)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.