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 classFunctionVariableExpressionAn expression that can be used in a function node/variable.Methods in com.bayesserver that return QueryExpression Modifier and Type Method Description QueryExpressionVariable. 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 voidVariable. setFunction(QueryExpression value)Sets an expression, which is evaluated during a query, and can be based on other queries and expressions.
-