hep.aida.ref.tuple
Class Tuple.TupleColumnFactory
java.lang.Object
hep.aida.ref.tuple.Tuple.TupleColumnFactory
- Enclosing class:
- Tuple
- public abstract static class Tuple.TupleColumnFactory
- extends Object
- Source Code:
- Tuple.TupleColumnFactory.java
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 |
Tuple.TupleColumnFactory
public Tuple.TupleColumnFactory()
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)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.