FreeHEP API
Version current

hep.aida.ref.function
Class JELCompiledExpression

java.lang.Object
  extended byhep.aida.ref.function.JELCompiledExpression

public class JELCompiledExpression
extends Object

Author:
serbo
Source Code:
JELCompiledExpression.java

Nested Class Summary
 class JELCompiledExpression.Resolver
           
 class JELCompiledExpression.ValueProvider
           
 
Constructor Summary
JELCompiledExpression(int dim, int nPar, String expr, String[] pNames)
           
 
Method Summary
 double evaluate(double[] var, double[] par)
           
static void main(String[] args)
           
 void parse()
           
 int parseInt(String name)
           
 void setParameterNames(String[] pNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JELCompiledExpression

public JELCompiledExpression(int dim,
                             int nPar,
                             String expr,
                             String[] pNames)
Method Detail

setParameterNames

public void setParameterNames(String[] pNames)

parse

public void parse()

evaluate

public double evaluate(double[] var,
                       double[] par)

parseInt

public int parseInt(String name)

main

public static void main(String[] args)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.