| Package | Description |
|---|---|
| com.bc.jexp |
The main package of the JEXP API.
|
| com.bc.jexp.impl |
Provides some generally useful implementations of the interfaces defined in
the main package.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
Term.Ref.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
static Variable |
SymbolFactory.createVariable(String name,
boolean value)
Creates a new
boolean variable. |
static Variable |
SymbolFactory.createVariable(String name,
double value)
Creates a new
double variable. |
static Variable |
SymbolFactory.createVariable(String name,
int value)
Creates a new
int variable. |
| Constructor and Description |
|---|
UserFunction(String name,
Variable[] params,
Term body)
Construcs a new user function with the given name, parameter list and body.
|
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.