| Package | Description |
|---|---|
| weka.core.expressionlanguage.common | |
| weka.core.expressionlanguage.core | |
| weka.core.expressionlanguage.weka |
| Modifier and Type | Class and Description |
|---|---|
class |
IfElseMacro
A macro declaration exposing the
ifelse function. |
class |
JavaMacro
A macro declarations that exposes the java macro to a program.
|
| Modifier and Type | Method and Description |
|---|---|
Macro |
MathFunctions.getMacro(String name)
Tries to fetch the macro
|
Macro |
NoMacros.getMacro(String name)
Tries to fetch a macro.
|
Macro |
IfElseMacro.getMacro(String name)
Tries to fetch the macro
|
Macro |
JavaMacro.getMacro(String name) |
Macro |
MacroDeclarationsCompositor.getMacro(String name)
Tries to fetch a macro from one of the combined declarations.
|
| Modifier and Type | Method and Description |
|---|---|
Macro |
MacroDeclarations.getMacro(String name)
Tries to fetch the macro
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstancesHelper
A helper class to expose instance values and macros for instance values to a
program
|
| Modifier and Type | Method and Description |
|---|---|
Macro |
InstancesHelper.getMacro(String name)
Tries to fetch a macro
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.