FreeHEP API
Version current

hep.aida.ref.tuple
Class Tuple.TupleColumnFactory

java.lang.Object
  extended byhep.aida.ref.tuple.Tuple.TupleColumnFactory
Enclosing class:
Tuple

public abstract static class Tuple.TupleColumnFactory
extends Object

Source Code:
Tuple.TupleColumnFactory.java

Constructor Summary
Tuple.TupleColumnFactory()
           
 
Method Summary
static TupleColumn createFolderColumn(String name, Tuple folderTuple, String options, Tuple parentTuple)
           
static TupleColumn createTupleColumn(String name, Class type, Value value, String options, Tuple tuple)
           
static TupleColumn createTupleColumn(String name, Class type, Value value, Tuple tuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple.TupleColumnFactory

public Tuple.TupleColumnFactory()
Method Detail

createTupleColumn

public static TupleColumn createTupleColumn(String name,
                                            Class type,
                                            Value value,
                                            Tuple tuple)

createFolderColumn

public static TupleColumn createFolderColumn(String name,
                                             Tuple folderTuple,
                                             String options,
                                             Tuple parentTuple)

createTupleColumn

public static TupleColumn createTupleColumn(String name,
                                            Class type,
                                            Value value,
                                            String options,
                                            Tuple tuple)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.