FreeHEP API
Version current

hep.aida.ref.tuple
Class TupleColumn.TupleColumnFolder

java.lang.Object
  extended byhep.aida.ref.tuple.TupleColumn
      extended byhep.aida.ref.tuple.TupleColumn.TupleColumnFolder
All Implemented Interfaces:
FTupleColumn, HasFTuple, hep.aida.IBaseTupleColumn, hep.aida.ITupleColumn, hep.aida.ITupleColumn.ITuple
Enclosing class:
TupleColumn

public static class TupleColumn.TupleColumnFolder
extends TupleColumn
implements hep.aida.ITupleColumn.ITuple, HasFTuple

Source Code:
TupleColumn.TupleColumnFolder.java

Nested Class Summary
 
Nested classes inherited from class hep.aida.ref.tuple.TupleColumn
TupleColumn.TupleColumnBoolean, TupleColumn.TupleColumnByte, TupleColumn.TupleColumnChar, TupleColumn.TupleColumnDouble, TupleColumn.TupleColumnFloat, TupleColumn.TupleColumnFolder, TupleColumn.TupleColumnInt, TupleColumn.TupleColumnLong, TupleColumn.TupleColumnObject, TupleColumn.TupleColumnShort, TupleColumn.TupleColumnString
 
Nested classes inherited from class hep.aida.ITupleColumn
hep.aida.ITupleColumn.B, hep.aida.ITupleColumn.C, hep.aida.ITupleColumn.D, hep.aida.ITupleColumn.F, hep.aida.ITupleColumn.I, hep.aida.ITupleColumn.ITuple, hep.aida.ITupleColumn.L, hep.aida.ITupleColumn.Object, hep.aida.ITupleColumn.S, hep.aida.ITupleColumn.String, hep.aida.ITupleColumn.Z
 
Field Summary
 
Fields inherited from class hep.aida.ref.tuple.TupleColumn
arrayList, arraySize, currentArray, currentArrayIndex, defaultValue, maximumSize, nStack
 
Method Summary
 void addRow()
           
protected  void createArray(int size)
          Create a new array of the appropriate type with given length.
protected  void currentArrayUpdated()
          Update the current array in the column.
 hep.aida.ITuple defaultValue()
           
 void defaultValue(Value value)
           
 void fill(hep.aida.ITuple tp)
           
 void fill(Value value)
           
 hep.aida.ITuple fillableObject()
           
 FTuple fTuple()
           
protected  boolean hasStatistics()
          Does this column carry any statistic information?
 void reset()
           
 void resetRow()
           
 void resetRows(int numberOfRows)
          Clears the values on the stack.
protected  void setCurrentArray(int index)
          Set the internal current array to the one corresponding to a given value's index.
 void setValue(int index, Value value)
           
 hep.aida.ITuple value()
           
 void value(int index, Value value)
           
 
Methods inherited from class hep.aida.ref.tuple.TupleColumn
getDefaultValue, hasDefaultValue, maximum, maxValue, mean, meanValue, minimum, minValue, name, rms, rmsValue, setDefaultValue, type, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.aida.IBaseTupleColumn
maximum, mean, minimum, name, rms, type
 

Method Detail

createArray

protected void createArray(int size)
Description copied from class: TupleColumn
Create a new array of the appropriate type with given length.

Specified by:
createArray in class TupleColumn
Parameters:
size - The size of the array to be created.

value

public void value(int index,
                  Value value)
Specified by:
value in class TupleColumn

fill

public void fill(Value value)
Overrides:
fill in class TupleColumn

setValue

public void setValue(int index,
                     Value value)
Specified by:
setValue in class TupleColumn

fTuple

public FTuple fTuple()
Specified by:
fTuple in interface HasFTuple

fill

public void fill(hep.aida.ITuple tp)
Specified by:
fill in interface hep.aida.ITupleColumn.ITuple

value

public hep.aida.ITuple value()
Specified by:
value in interface hep.aida.ITupleColumn.ITuple

defaultValue

public hep.aida.ITuple defaultValue()
Specified by:
defaultValue in interface hep.aida.ITupleColumn.ITuple

fillableObject

public hep.aida.ITuple fillableObject()
Specified by:
fillableObject in interface hep.aida.ITupleColumn.ITuple

hasStatistics

protected boolean hasStatistics()
Description copied from class: TupleColumn
Does this column carry any statistic information?

Specified by:
hasStatistics in class TupleColumn
Returns:
true if the statistics is updated.

setCurrentArray

protected void setCurrentArray(int index)
Description copied from class: TupleColumn
Set the internal current array to the one corresponding to a given value's index.

Overrides:
setCurrentArray in class TupleColumn
Parameters:
index - The value's index.

addRow

public void addRow()
Overrides:
addRow in class TupleColumn

resetRow

public void resetRow()
Overrides:
resetRow in class TupleColumn

resetRows

public void resetRows(int numberOfRows)
Description copied from class: TupleColumn
Clears the values on the stack.

Overrides:
resetRows in class TupleColumn

reset

public void reset()
Overrides:
reset in class TupleColumn

defaultValue

public void defaultValue(Value value)
Specified by:
defaultValue in interface FTupleColumn
Overrides:
defaultValue in class TupleColumn

currentArrayUpdated

protected void currentArrayUpdated()
Description copied from class: TupleColumn
Update the current array in the column. This method is invoked within the setCurrentArray( int ) method when the current array is actually changed. The FTupleColumn on which the method is invoked should internally update the current array.

Specified by:
currentArrayUpdated in class TupleColumn

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.