FreeHEP API
Version current

hep.aida.ref.function
Class FunctionCreator

java.lang.Object
  extended byhep.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
Source Code:
FunctionCreator.java

Constructor Summary
FunctionCreator()
           
 
Method Summary
 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

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.