|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface implemented by all mutable tuples. Through this interface tuples can be modified. Columns and folders can be added and removed. Columns can be filled, rows can be added.
Field Summary |
Fields inherited from interface hep.tuple.interfaces.FTuple |
ROWS_UNKNOWN |
Method Summary | |
void |
addColumn(FillableTupleColumn column)
Add a new FTupleColumn to the FillableTuple. |
void |
addRow()
Should be called after fill is called for the columns. |
void |
addTuple(FillableTuple tuple)
When a FillableTuple is added a corresponding FillableTupleColumn with type FillableTuple.class must be added as well! |
void |
fill(int column,
Value value)
Fill the stack for a column with String. |
void |
removeColumn(FillableTupleColumn column)
Remove a new FTupleColumn to the FillableTuple. |
void |
removeTuple(FillableTuple tuple)
Remove the whole FillableTuple. |
void |
reset()
Clears all rows from the FillableTuple. |
void |
resetRow()
Clears the values on the stack. |
Methods inherited from interface hep.tuple.interfaces.FTuple |
close, column, columnByName, columnIndexByName, columnName, columns, columnType, columnValue, cursor, isInMemory, name, rows, supportsMultipleCursors, supportsRandomAccess, title, tuple |
Method Detail |
public void fill(int column, Value value)
column
- the column's indexvalue
- the value to be storedpublic void addRow()
public void resetRow()
public void reset()
public void addColumn(FillableTupleColumn column)
public void removeColumn(FillableTupleColumn column)
public void addTuple(FillableTuple tuple)
public void removeTuple(FillableTuple tuple)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |