public final class ValidationOptions extends Object
Network.validate(com.bayesserver.ValidationOptions).| Constructor and Description | 
|---|
ValidationOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
boolean | 
getAllowNullDistributions()
Determines whether validation should succeed even if the required distribution(s) have not been assigned to a node. 
 | 
boolean | 
getAllowNullFunctions()
Determines whether validation should succeed even if a function has not been assigned to a functiomn variable. 
 | 
int | 
hashCode()  | 
void | 
setAllowNullDistributions(boolean value)
Determines whether validation should succeed even if the required distribution(s) have not been assigned to a node. 
 | 
void | 
setAllowNullFunctions(boolean value)
Determines whether validation should succeed even if a function has not been assigned to a functiomn variable. 
 | 
public boolean getAllowNullDistributions()
public void setAllowNullDistributions(boolean value)
public boolean getAllowNullFunctions()
public void setAllowNullFunctions(boolean value)
Copyright © 2021. All rights reserved.