Uses of Class
com.bayesserver.optimization.DesignState
-
Packages that use DesignState Package Description com.bayesserver.optimization -
-
Uses of DesignState in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return types with arguments of type DesignState Modifier and Type Method Description List<DesignState>DesignVariable. getDesignStates()Gets the design states, one for each state in the variable.Constructor parameters in com.bayesserver.optimization with type arguments of type DesignState Constructor Description DesignVariable(Variable variable, List<DesignState> designStates, boolean allowMissing)Initializes a new instance of theDesignVariableclass.DesignVariable(Variable variable, List<DesignState> designStates, DesignEvidenceKind evidenceKind, boolean allowMissing, InterventionType interventionType)Initializes a new instance of theDesignVariableclass.
-