hep.aida.jni
Class CIFunctionFactory
java.lang.Object
hep.aida.jni.CAIDRef
hep.aida.jni.CProxy
hep.aida.jni.CIFunctionFactory
- All Implemented Interfaces:
- hep.aida.IFunctionFactory
- public class CIFunctionFactory
- extends CProxy
- implements hep.aida.IFunctionFactory
- Source Code:
- CIFunctionFactory.java
Method Summary |
hep.aida.IFunctionCatalog |
catalog()
|
hep.aida.IFunction |
cloneFunction(String path,
hep.aida.IFunction f)
|
hep.aida.IFunction |
createFunctionByName(String path,
String model)
|
hep.aida.IFunction |
createFunctionFromScript(String name,
int dim,
String valexpr,
String parameters,
String description)
|
hep.aida.IFunction |
createFunctionFromScript(String name,
int dim,
String valexpr,
String parameters,
String description,
String gradexpr)
|
CIFunctionFactory
public CIFunctionFactory(long crefID)
createFunctionByName
public hep.aida.IFunction createFunctionByName(String path,
String model)
throws IllegalArgumentException
- Specified by:
createFunctionByName
in interface hep.aida.IFunctionFactory
- Throws:
IllegalArgumentException
createFunctionFromScript
public hep.aida.IFunction createFunctionFromScript(String name,
int dim,
String valexpr,
String parameters,
String description)
throws IllegalArgumentException
- Specified by:
createFunctionFromScript
in interface hep.aida.IFunctionFactory
- Throws:
IllegalArgumentException
createFunctionFromScript
public hep.aida.IFunction createFunctionFromScript(String name,
int dim,
String valexpr,
String parameters,
String description,
String gradexpr)
throws IllegalArgumentException
- Specified by:
createFunctionFromScript
in interface hep.aida.IFunctionFactory
- Throws:
IllegalArgumentException
cloneFunction
public hep.aida.IFunction cloneFunction(String path,
hep.aida.IFunction f)
throws IllegalArgumentException
- Specified by:
cloneFunction
in interface hep.aida.IFunctionFactory
- Throws:
IllegalArgumentException
catalog
public hep.aida.IFunctionCatalog catalog()
- Specified by:
catalog
in interface hep.aida.IFunctionFactory
Copyright © 2000-2004 FreeHEP, All Rights Reserved.