Uses of Interface
com.bayesserver.inference.QueryLifecycle
-
Packages that use QueryLifecycle Package Description com.bayesserver.causal com.bayesserver.inference -
-
Uses of QueryLifecycle in com.bayesserver.causal
Methods in com.bayesserver.causal that return QueryLifecycle Modifier and Type Method Description QueryLifecycle
CausalInferenceBase. getQueryLifecycle()
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.QueryLifecycle
DisjunctiveCauseInferenceFactory. getQueryLifecycle()
Gets a query lifecycle instance.Methods in com.bayesserver.causal with parameters of type QueryLifecycle Modifier and Type Method Description void
CausalInferenceBase. setQueryLifecycle(QueryLifecycle value)
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.void
DisjunctiveCauseInferenceFactory. setQueryLifecycle(QueryLifecycle value)
Sets a query lifecycle instance.Constructors in com.bayesserver.causal with parameters of type QueryLifecycle Constructor Description DisjunctiveCauseInferenceFactory(QueryLifecycle queryLifecycle)
Initializes a new instance of theDisjunctiveCauseInferenceFactory
class, with an optional lifecycle instance. -
Uses of QueryLifecycle in com.bayesserver.inference
Methods in com.bayesserver.inference that return QueryLifecycle Modifier and Type Method Description QueryLifecycle
Inference. getQueryLifecycle()
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.QueryLifecycle
LikelihoodSamplingInference. getQueryLifecycle()
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.QueryLifecycle
LoopyBeliefInference. getQueryLifecycle()
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.QueryLifecycle
RelevanceTreeInference. getQueryLifecycle()
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.QueryLifecycle
VariableEliminationInference. getQueryLifecycle()
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.Methods in com.bayesserver.inference with parameters of type QueryLifecycle Modifier and Type Method Description void
Inference. setQueryLifecycle(QueryLifecycle value)
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.void
LikelihoodSamplingInference. setQueryLifecycle(QueryLifecycle value)
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.void
LoopyBeliefInference. setQueryLifecycle(QueryLifecycle value)
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.void
RelevanceTreeInference. setQueryLifecycle(QueryLifecycle value)
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.void
VariableEliminationInference. setQueryLifecycle(QueryLifecycle value)
Optional, allowing callers to hook into query lifecycle events, such as begin query and end query.
-