Uses of Interface
com.bayesserver.Expression
-
Packages that use Expression Package Description com.bayesserver -
-
Uses of Expression in com.bayesserver
Subinterfaces of Expression in com.bayesserver Modifier and Type Interface Description interface
DistributionExpression
Base interface for expressions that generate distributions.interface
QueryExpression
Base interface for expressions that are evaluated at query time.Classes in com.bayesserver that implement Expression Modifier and Type Class Description class
FunctionVariableExpression
An expression that can be used in a function node/variable.class
TableExpression
Represents an expression that is used to generate Table distributions.Methods in com.bayesserver that return Expression Modifier and Type Method Description Expression
Expression. copy()
Creates a copy of the expression.Expression
FunctionVariableExpression. copy()
Creates a copy of the expression.Expression
TableExpression. copy()
Creates a copy of the expression.
-