Uses of Class
com.bayesserver.data.StateNotFoundAction
-
Packages that use StateNotFoundAction Package Description com.bayesserver.data -
-
Uses of StateNotFoundAction in com.bayesserver.data
Methods in com.bayesserver.data that return StateNotFoundAction Modifier and Type Method Description StateNotFoundAction
VariableReference. getStateNotFoundAction()
Determines the action to take if the name or value from the data cannot be matched to a particular state for this reference variable.static StateNotFoundAction
StateNotFoundAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateNotFoundAction[]
StateNotFoundAction. 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 StateNotFoundAction Constructor Description VariableReference(Variable variable, ColumnValueType columnValueType, String column, StateNotFoundAction stateNotFoundAction)
Initializes a new instance of theVariableReference
class.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.
-