Uses of Interface
com.bayesserver.QueryExpression
-
Packages that use QueryExpression Package Description com.bayesserver -
-
Uses of QueryExpression in com.bayesserver
Classes in com.bayesserver that implement QueryExpression Modifier and Type Class Description class
FunctionVariableExpression
An expression that can be used in a function node/variable.Methods in com.bayesserver that return QueryExpression Modifier and Type Method Description QueryExpression
Variable. getFunction()
Gets an expression, which is evaluated during a query, and can be based on other queries and expressions.Methods in com.bayesserver with parameters of type QueryExpression Modifier and Type Method Description void
Variable. setFunction(QueryExpression value)
Sets an expression, which is evaluated during a query, and can be based on other queries and expressions.
-