| Constructor and Description | 
|---|
QueryFunctionOutput(Variable variable)
Initializes a new instance of the  
com.bayesserver.QueryFunctionOutput class. | 
| Modifier and Type | Method and Description | 
|---|---|
QueryFunctionOutput | 
copy()
Creates a copy of this instance. 
 | 
Object | 
getValue()
Holds the result of a function evaluation at query time. 
 | 
Variable | 
getVariable()
The function variable to evaluate. 
 | 
void | 
setValue(Object value)
Holds the result of a function evaluation at query time. 
 | 
public QueryFunctionOutput(Variable variable)
com.bayesserver.QueryFunctionOutput class.variable - The function variable to evaluate.public QueryFunctionOutput copy()
public Object getValue()
public void setValue(Object value)
public Variable getVariable()
Copyright © 2021. All rights reserved.