Uses of Class
weka.core.expressionlanguage.core.SemanticException
Packages that use SemanticException
Package
Description
-
Uses of SemanticException in weka.core.expressionlanguage.common
Methods in weka.core.expressionlanguage.common that throw SemanticExceptionModifier and TypeMethodDescriptionstatic Primitives.BooleanExpression'&' or 'and' logical and operatorstatic Node'/' division operatorstatic Primitives.BooleanExpression'=' equal operatorEvaluates the ifelse macroEvaluates the java macro on the given argumentsstatic 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 Node'-' minus operatorstatic Primitives.BooleanExpression'!' or 'not' logical not operatorstatic Primitives.BooleanExpression'|' or 'or' logical or operatorstatic Node'+' plus operatorstatic Node'^' power operatorstatic Primitives.BooleanExpression'regexp' regexp operator (to check for string matching a given regular expression)static Node'*' times operatorstatic Node'-' unary minus operatorstatic Node'+' unary plus operator -
Uses of SemanticException in weka.core.expressionlanguage.core
Methods in weka.core.expressionlanguage.core that throw SemanticException -
Uses of SemanticException in weka.core.expressionlanguage.weka
Methods in weka.core.expressionlanguage.weka that throw SemanticException