Uses of Class
com.bayesserver.VariableValueType
-
Packages that use VariableValueType Package Description com.bayesserver com.bayesserver.data.discovery -
-
Uses of VariableValueType in com.bayesserver
Methods in com.bayesserver that return VariableValueType Modifier and Type Method Description VariableValueType
Variable. getValueType()
Gets the variable's value type, e.g.static VariableValueType
VariableValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VariableValueType[]
VariableValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.bayesserver with parameters of type VariableValueType Constructor Description Node(String name, VariableValueType valueType)
Initializes a new instance of theNode
class with the specified [name].Node(String name, VariableValueType valueType, VariableKind kind)
Initializes a new instance of theNode
class with the specified [name].Variable(String name, VariableValueType valueType)
Initializes a new instance of theVariable
class with the specified name and value type.Variable(String name, VariableValueType valueType, VariableKind kind)
Initializes a new instance of theVariable
class with the specified name, kind and value type. -
Uses of VariableValueType in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return VariableValueType Modifier and Type Method Description VariableValueType
VariableDefinition. getValueType()
Gets theVariableValueType
for the new variable.Methods in com.bayesserver.data.discovery with parameters of type VariableValueType Modifier and Type Method Description void
VariableDefinition. setValueType(VariableValueType value)
Sets theVariableValueType
for the new variable.Constructors in com.bayesserver.data.discovery with parameters of type VariableValueType Constructor Description VariableDefinition(String dataColumn, String name, VariableValueType valueType)
Initializes a new instance of theVariableDefinition
class.VariableDefinition(String dataColumn, String name, VariableValueType valueType, StateValueType stateValueType)
Initializes a new instance of theVariableDefinition
class.VariableDefinition(String dataColumn, String name, VariableValueType valueType, StateValueType stateValueType, VariableKind kind)
Initializes a new instance of theVariableDefinition
class.
-