|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.function.JELCompiledExpression
public class JELCompiledExpression
| 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)
|
void |
parse()
|
int |
parseInt(String name)
|
void |
setParameterNames(String[] pNames)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JELCompiledExpression(int dim,
int nPar,
String expr,
String[] pNames)
| Method Detail |
|---|
public void setParameterNames(String[] pNames)
public void parse()
public double evaluate(double[] var,
double[] par)
public int parseInt(String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||