hep.io.hbook
Class ColumnwiseTuple

java.lang.Object
  extended by hep.io.hbook.HbookObject
      extended by hep.io.hbook.CompositeHbookObject
          extended by hep.io.hbook.Tuple
              extended by 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

Field Summary
 
Fields inherited from class hep.io.hbook.CompositeHbookObject
type
 
Method Summary
 int id()
          The id for this tuple
 void setCurrentRow(int row)
          Set the current row.
 String toString()
           
 
Methods inherited from class hep.io.hbook.Tuple
getCurrentRow, getRows
 
Methods inherited from class hep.io.hbook.CompositeHbookObject
getChild, getChild, getChildren, getIndex, nChildren
 
Methods inherited from class hep.io.hbook.HbookObject
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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-2007 FreeHEP. All Rights Reserved.