| Package | Description |
|---|---|
| weka.core.expressionlanguage.common | |
| weka.core.expressionlanguage.parser | |
| weka.core.expressionlanguage.weka |
| Modifier and Type | Class and Description |
|---|---|
class |
NoVariables
A variable declarations that contains no variables
|
class |
SimpleVariableDeclarations
A set of customizable variable declarations for primitive types.
|
class |
VariableDeclarationsCompositor
A helper class that allows to combine several variable declarations together.
|
| Constructor and Description |
|---|
VariableDeclarationsCompositor(VariableDeclarations... declarations)
Constructs a
VariableDeclarationsCompositor containing the provided
declarations |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Parser.parse(String expr,
VariableDeclarations variables,
MacroDeclarations macros)
Tries to parse and compile a program from the textual representation in
expr while exposing the variables and marcos
|
void |
Parser.setVariables(VariableDeclarations variables)
Sets the variable declarations for the program
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstancesHelper
A helper class to expose instance values and macros for instance values to a
program
|
class |
StatsHelper
A helper class to expose a Stats object to a program
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.