FreeHEP API
Version v1.1

hep.tuple
Class TupleFactory

java.lang.Object
  |
  +--hep.tuple.TupleFactory
All Implemented Interfaces:
FTupleFactory

public class TupleFactory
extends Object
implements FTupleFactory

Author:
The FreeHEP team @SLAC.

Constructor Summary
TupleFactory()
           
 
Method Summary
 FillableTuple createFTuple(String name, String title)
           
 FillableTuple createFTuple(String name, String title, String options)
           
 FillableTupleColumn createFTupleColumn(String name, Class type, Value value)
           
 FillableTupleColumn createFTupleColumn(String name, Class type, Value value, String options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleFactory

public TupleFactory()
Method Detail

createFTuple

public FillableTuple createFTuple(String name,
                                  String title)
Specified by:
createFTuple in interface FTupleFactory

createFTuple

public FillableTuple createFTuple(String name,
                                  String title,
                                  String options)
Specified by:
createFTuple in interface FTupleFactory

createFTupleColumn

public FillableTupleColumn createFTupleColumn(String name,
                                              Class type,
                                              Value value)
Specified by:
createFTupleColumn in interface FTupleFactory

createFTupleColumn

public FillableTupleColumn createFTupleColumn(String name,
                                              Class type,
                                              Value value,
                                              String options)
Specified by:
createFTupleColumn in interface FTupleFactory

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.