Uses of Class
com.bayesserver.analysis.ImpactSubsetMethod
-
Packages that use ImpactSubsetMethod Package Description com.bayesserver.analysis -
-
Uses of ImpactSubsetMethod in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return ImpactSubsetMethod Modifier and Type Method Description ImpactSubsetMethod
ImpactOptions. getSubsetMethod()
Gets a value which determines whether evidence subsets are included, excluded or both.static ImpactSubsetMethod
ImpactSubsetMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImpactSubsetMethod[]
ImpactSubsetMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.analysis with parameters of type ImpactSubsetMethod Modifier and Type Method Description void
ImpactOptions. setSubsetMethod(ImpactSubsetMethod value)
Sets a value which determines whether evidence subsets are included, excluded or both.
-