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
- Source Code:
- FunctionCreator.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionCreator
public FunctionCreator()
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)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.