| Package | Description |
|---|---|
| com.bayesserver | |
| com.bayesserver.data.discovery |
| Modifier and Type | Method and Description |
|---|---|
StateValueType |
Variable.getStateValueType()
Gets the type of value that states belonging to this variable can represent.
|
static StateValueType |
StateValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateValueType[] |
StateValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Variable.setStateValueType(StateValueType value)
Sets the type of value that states belonging to this variable can represent.
|
| Modifier and Type | Method and Description |
|---|---|
StateValueType |
VariableDefinition.getStateValueType()
Gets the
StateValueType for the new variable. |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDefinition.setStateValueType(StateValueType value)
Sets the
StateValueType for the new variable. |
| Constructor and Description |
|---|
VariableDefinition(String dataColumn,
String name,
VariableValueType valueType,
StateValueType stateValueType)
Initializes a new instance of the
VariableDefinition class. |
VariableDefinition(String dataColumn,
String name,
VariableValueType valueType,
StateValueType stateValueType,
VariableKind kind)
Initializes a new instance of the
VariableDefinition class. |
Copyright © 2021. All rights reserved.