|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.tuple.TupleColumn hep.tuple.TupleColumnFolder
Field Summary |
Fields inherited from class hep.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. |
void |
defaultValue(Value value)
Get the default value stored in the column. |
void |
fill(FillableTuple tp)
|
void |
fill(Value value)
|
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)
Set the value of the column. |
void |
value(int index,
Value value)
|
Methods inherited from class hep.tuple.TupleColumn |
getDefaultValue, hasDefaultValue, maxValue, meanValue, minValue, name, rmsValue, setDefaultValue, type, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
protected void createArray(int size)
TupleColumn
createArray
in class TupleColumn
size
- The size of the array to be created.public void value(int index, Value value)
value
in class TupleColumn
public void fill(Value value)
fill
in class TupleColumn
public void setValue(int index, Value value)
FillableTupleColumn
setValue
in interface FillableTupleColumn
setValue
in class TupleColumn
public void fill(FillableTuple tp)
protected boolean hasStatistics()
TupleColumn
hasStatistics
in class TupleColumn
true
if the statistics is updated.protected void setCurrentArray(int index)
TupleColumn
setCurrentArray
in class TupleColumn
index
- The value's index.public void addRow()
addRow
in class TupleColumn
public void resetRow()
resetRow
in class TupleColumn
public void resetRows(int numberOfRows)
TupleColumn
resetRows
in class TupleColumn
public void reset()
reset
in class TupleColumn
public void defaultValue(Value value)
FTupleColumn
value
- The Value object in which che maximum value is passed.protected void currentArrayUpdated()
TupleColumn
currentArrayUpdated
in class TupleColumn
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |