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 interfaceDistributionExpressionBase interface for expressions that generate distributions.interfaceQueryExpressionBase interface for expressions that are evaluated at query time.Classes in com.bayesserver that implement Expression Modifier and Type Class Description classFunctionVariableExpressionAn expression that can be used in a function node/variable.classTableExpressionRepresents an expression that is used to generate Table distributions.Methods in com.bayesserver that return Expression Modifier and Type Method Description ExpressionExpression. copy()Creates a copy of the expression.ExpressionFunctionVariableExpression. copy()Creates a copy of the expression.ExpressionTableExpression. copy()Creates a copy of the expression.
-