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 VariableValueTypeVariable. getValueType()Gets the variable's value type, e.g.static VariableValueTypeVariableValueType. 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 theNodeclass with the specified [name].Node(String name, VariableValueType valueType, VariableKind kind)Initializes a new instance of theNodeclass with the specified [name].Variable(String name, VariableValueType valueType)Initializes a new instance of theVariableclass with the specified name and value type.Variable(String name, VariableValueType valueType, VariableKind kind)Initializes a new instance of theVariableclass 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 VariableValueTypeVariableDefinition. getValueType()Gets theVariableValueTypefor the new variable.Methods in com.bayesserver.data.discovery with parameters of type VariableValueType Modifier and Type Method Description voidVariableDefinition. setValueType(VariableValueType value)Sets theVariableValueTypefor 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 theVariableDefinitionclass.VariableDefinition(String dataColumn, String name, VariableValueType valueType, StateValueType stateValueType)Initializes a new instance of theVariableDefinitionclass.VariableDefinition(String dataColumn, String name, VariableValueType valueType, StateValueType stateValueType, VariableKind kind)Initializes a new instance of theVariableDefinitionclass.
-