FreeHEP API
Version v1.2.2

hep.aida.ref.function
Class FunctionCreator

java.lang.Object
  |
  +--hep.aida.ref.function.FunctionCreator

public class FunctionCreator
extends Object

Singleton class that is used by FunctionFactory and FunctionCatalog to create functions from codelet strings. Use static method getFunctionCreator() to get an instance of this class.

Author:
serbo

Constructor Summary
FunctionCreator()
           
 
Method Summary
 hep.aida.IFunction clone(String nameInATree, hep.aida.IFunction f)
           
 hep.aida.IFunction createFromCodelet(String codeletString)
           
 hep.aida.IFunction createFromCodelet(String nameInTree, String codeletString)
           
static void main(String[] args)
           
static String toString(hep.aida.IFunction f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionCreator

public FunctionCreator()
Method Detail

clone

public hep.aida.IFunction clone(String nameInATree,
                                hep.aida.IFunction f)

createFromCodelet

public hep.aida.IFunction createFromCodelet(String codeletString)

createFromCodelet

public hep.aida.IFunction createFromCodelet(String nameInTree,
                                            String codeletString)

toString

public static String toString(hep.aida.IFunction f)

main

public static void main(String[] args)

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.