Uses of Class
com.bayesserver.inference.QueryFunction
-
Packages that use QueryFunction Package Description com.bayesserver.inference -
-
Uses of QueryFunction in com.bayesserver.inference
Methods in com.bayesserver.inference that return QueryFunction Modifier and Type Method Description QueryFunctionDefaultQueryFunctionCollection. add(QueryFunctionOutput function)Adds the specified function, automatically creating aQueryFunctioninstance.QueryFunctionQueryFunctionCollection. add(QueryFunctionOutput functionOutput)Adds the specified function output, automatically creating aQueryFunctioninstance.QueryFunctionQueryFunction. copy()Copies this instance, creating a copy of the function output as well.QueryFunctionDefaultQueryFunctionCollection. get(int index)QueryFunctionDefaultQueryFunctionCollection. remove(int index)QueryFunctionDefaultQueryFunctionCollection. set(int index, QueryFunction item)Methods in com.bayesserver.inference with parameters of type QueryFunction Modifier and Type Method Description voidDefaultQueryFunctionCollection. add(int index, QueryFunction item)QueryFunctionDefaultQueryFunctionCollection. set(int index, QueryFunction item)
-