| Package | Description |
|---|---|
| com.bayesserver.optimization |
| Modifier and Type | Method and Description |
|---|---|
List<DesignState> |
DesignVariable.getDesignStates()
Gets the design states, one for each state in the variable.
|
| Constructor and Description |
|---|
DesignVariable(Variable variable,
List<DesignState> designStates,
boolean allowMissing)
Initializes a new instance of the
DesignVariable class. |
DesignVariable(Variable variable,
List<DesignState> designStates,
DesignEvidenceKind evidenceKind,
boolean allowMissing,
InterventionType interventionType)
Initializes a new instance of the
DesignVariable class. |
Copyright © 2021. All rights reserved.