Package weka.core.expressionlanguage.common
package weka.core.expressionlanguage.common
-
ClassDescriptionA macro declaration exposing the
ifelse
function.A macro declarations that exposes the java macro to a program.A helper class that allows to combine several macro declarations together.Macro declarations for common mathematical functions.A macro declarations that contains no macros at allA variable declarations that contains no variablesA class to specify the semantics of operators in the expressionlanguageA class providing AST (abstract syntax tree) nodes to support primitive types.An AST node representing a boolean constantAn AST node for an expression of boolean typeAn AST node representing a boolean variableAn AST node representing a double constantAn AST node for an expression of double typeAn AST node representing a double variableAn AST node representing a string constantAn AST node for an expression of String typeAn AST node representing a string variableA set of customizable variable declarations for primitive types.A class to initialize variables that have been declared by aSimpleVariableDeclarations
class and used inside a programA helper class that allows to combine several variable declarations together.