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 EmptyStringActionVariableReference. getEmptyStringAction()Determines the action to take if an empty string is encountered.static EmptyStringActionEmptyStringAction. 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 theVariableReferenceclass.VariableReference(Variable variable, ColumnValueType columnValueType, String column, StateNotFoundAction stateNotFoundAction, EmptyStringAction emptyStringAction, String interventionColumn)Initializes a new instance of theVariableReferenceclass. -
Uses of EmptyStringAction in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return EmptyStringAction Modifier and Type Method Description EmptyStringActionVariableDefinition. 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 voidVariableDefinition. setEmptyStringAction(EmptyStringAction value)Determines the action to take if an empty string is encountered.
-