Uses of Class
model.inference.fromListFormulae.InferenceOperator

Packages that use InferenceOperator
model   
model.inference.fromListFormulae   
 

Uses of InferenceOperator in model
 

Methods in model that return InferenceOperator
 InferenceOperator ManagerInference.getInferenceOperator()
           
 

Methods in model that return types with arguments of type InferenceOperator
 java.util.List<InferenceOperator> ManagerInference.getListeInferenceOperator()
           
 

Methods in model with parameters of type InferenceOperator
 void ManagerInference.setInferenceOperator(InferenceOperator inferenceOperator)
           
 

Uses of InferenceOperator in model.inference.fromListFormulae
 

Subclasses of InferenceOperator in model.inference.fromListFormulae
 class BaseInferenceOperator
          This class corresponds the possibilistic inference as it has been defined in ECSQARU'13 paper.
 class LinearInferenceOperator
          This class corresponds the linear inference as it has been defined in ECSQARU'13 paper.