Uses of Class
com.bayesserver.TableExpressionNormalization
-
Packages that use TableExpressionNormalization Package Description com.bayesserver -
-
Uses of TableExpressionNormalization in com.bayesserver
Methods in com.bayesserver that return TableExpressionNormalization Modifier and Type Method Description TableExpressionNormalization
TableExpression. getNormalization()
Gets of sets the normalization method, if any, to use once the Table values have been generated, but before assignment to a node.static TableExpressionNormalization
TableExpressionNormalization. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableExpressionNormalization[]
TableExpressionNormalization. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver with parameters of type TableExpressionNormalization Modifier and Type Method Description void
TableExpression. setNormalization(TableExpressionNormalization value)
Gets of sets the normalization method, if any, to use once the Table values have been generated, but before assignment to a node.Constructors in com.bayesserver with parameters of type TableExpressionNormalization Constructor Description TableExpression(String text, ExpressionReturnType returnType, TableExpressionNormalization normalization)
Constructs a newTableExpression
instance.
-