Uses of Class
com.bayesserver.data.EmptyStringAction
-
Packages that use EmptyStringAction Package Description com.bayesserver.data com.bayesserver.data.discovery -
-
Uses of EmptyStringAction in com.bayesserver.data
Methods in com.bayesserver.data that return EmptyStringAction Modifier and Type Method Description EmptyStringAction
VariableReference. getEmptyStringAction()
Determines the action to take if an empty string is encountered.static EmptyStringAction
EmptyStringAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmptyStringAction[]
EmptyStringAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.bayesserver.data with parameters of type EmptyStringAction Constructor Description VariableReference(Variable variable, ColumnValueType columnValueType, String column, StateNotFoundAction stateNotFoundAction, EmptyStringAction emptyStringAction)
Initializes a new instance of theVariableReference
class.VariableReference(Variable variable, ColumnValueType columnValueType, String column, StateNotFoundAction stateNotFoundAction, EmptyStringAction emptyStringAction, String interventionColumn)
Initializes a new instance of theVariableReference
class. -
Uses of EmptyStringAction in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return EmptyStringAction Modifier and Type Method Description EmptyStringAction
VariableDefinition. getEmptyStringAction()
Determines the action to take if an empty string is encountered.Methods in com.bayesserver.data.discovery with parameters of type EmptyStringAction Modifier and Type Method Description void
VariableDefinition. setEmptyStringAction(EmptyStringAction value)
Determines the action to take if an empty string is encountered.
-