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 ImpactSubsetMethodImpactOptions. getSubsetMethod()Gets a value which determines whether evidence subsets are included, excluded or both.static ImpactSubsetMethodImpactSubsetMethod. 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 voidImpactOptions. setSubsetMethod(ImpactSubsetMethod value)Sets a value which determines whether evidence subsets are included, excluded or both.
-