| Package | Description |
|---|---|
| net.obvj.jep |
Provides main classes to work with JEP.
|
| Modifier and Type | Method and Description |
|---|---|
static NamedPackage |
NamedPackage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedPackage[] |
NamedPackage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JEPContextFactory.addCustomFunctions(org.nfunk.jep.JEP jep,
NamedPackage... namedPackages)
Registers custom functions and operators into a given JEP object.
|
static org.nfunk.jep.JEP |
JEPContextFactory.newContext(Map<String,Object> contextMap,
boolean traverse,
boolean allowUndeclared,
boolean implicitMultiplication,
org.nfunk.jep.type.NumberFactory numberFactory,
NamedPackage... namedPackages)
Creates a new
JEP object with custom functions and operators available, a
collection of initial variables, and custom parameters. |
static org.nfunk.jep.JEP |
JEPContextFactory.newContext(Map<String,Object> contextMap,
NamedPackage... namedPackages)
Creates a new
JEP object with custom functions and operators available, and a
collection of initial variables. |
static org.nfunk.jep.JEP |
JEPContextFactory.newContext(NamedPackage... namedPackages)
Creates a new
JEP object with custom functions and operators available. |
Copyright © 2023. All rights reserved.