Uses of Interface
weka.core.expressionlanguage.common.Primitives.BooleanExpression
Packages that use Primitives.BooleanExpression
-
Uses of Primitives.BooleanExpression in weka.core.expressionlanguage.common
Classes in weka.core.expressionlanguage.common that implement Primitives.BooleanExpressionModifier and TypeClassDescriptionstatic classAn AST node representing a boolean constantstatic classAn AST node representing a boolean variableMethods in weka.core.expressionlanguage.common that return Primitives.BooleanExpressionModifier and TypeMethodDescriptionstatic Primitives.BooleanExpression'&' or 'and' logical and operatorstatic Primitives.BooleanExpression'=' equal operatorstatic Primitives.BooleanExpressionOperators.greaterEqual(Node left, Node right) '>=' greater equal operatorstatic Primitives.BooleanExpressionOperators.greaterThan(Node left, Node right) '>' greater than operatorstatic Primitives.BooleanExpression'is' is operator (to check for string equality)static Primitives.BooleanExpression'<=' less equal operatorstatic Primitives.BooleanExpression'<' less than operatorstatic Primitives.BooleanExpression'!' or 'not' logical not operatorstatic Primitives.BooleanExpression'|' or 'or' logical or operatorstatic Primitives.BooleanExpression'regexp' regexp operator (to check for string matching a given regular expression)