|
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.TupleFactory
Constructor Summary | |
TupleFactory()
|
Method Summary | |
FillableTuple |
createFTuple(String name,
String title)
Create a new FillableTuple. |
FillableTuple |
createFTuple(String name,
String title,
String options)
Create a new FillableTuple. |
FillableTupleColumn |
createFTupleColumn(String name,
Class type,
Value value)
Create a new FillableTupleColumn. |
FillableTupleColumn |
createFTupleColumn(String name,
Class type,
Value value,
String options)
Create a new FillableTupleColumn. |
FTuple |
createInMemoryTuple(FTuple tuple)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TupleFactory()
Method Detail |
public FillableTuple createFTuple(String name, String title)
FTupleFactory
createFTuple
in interface FTupleFactory
name
- The FillableTuple,s nametitle
- The FillableTuple's title
public FillableTuple createFTuple(String name, String title, String options)
FTupleFactory
createFTuple
in interface FTupleFactory
name
- The FillableTuple,s nametitle
- The FillableTuple's titleoptions
- A set of comma or semicolon separated options.
Check the specific implementation for the list of supported options.
public FillableTupleColumn createFTupleColumn(String name, Class type, Value value)
FTupleFactory
createFTupleColumn
in interface FTupleFactory
name
- The FillableTupleColumn's nametype
- The FillableTupleColumn's typevalue
- The Value containing the FillableTupleColumn's default value, i.e.
the value of a give row if it is not filled.
public FillableTupleColumn createFTupleColumn(String name, Class type, Value value, String options)
FTupleFactory
createFTupleColumn
in interface FTupleFactory
name
- The FillableTupleColumn's nametype
- The FillableTupleColumn's typevalue
- The Value containing the FillableTupleColumn's default value, i.e.
the value of a give row if it is not filled.options
- A set of comma or semicolon separated options.
Check the specific implementation for the list of supported options.
public FTuple createInMemoryTuple(FTuple tuple)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |