Uses of Interface
org.jasen.interfaces.ProbabilityCalculator

Packages that use ProbabilityCalculator
org.jasen.core   
org.jasen.core.calculators   
org.jasen.core.engine   
 

Uses of ProbabilityCalculator in org.jasen.core
 

Methods in org.jasen.core that return ProbabilityCalculator
 ProbabilityCalculator PluginContainer.getCalculator()
          Gets the calculator used for this plugin
 

Methods in org.jasen.core with parameters of type ProbabilityCalculator
 void PluginContainer.setCalculator(ProbabilityCalculator calculator)
          Sets the calculator used for this plugin
 

Constructors in org.jasen.core with parameters of type ProbabilityCalculator
MultiPointTestResult(ProbabilityCalculator calculator)
          Constructs a new MultiPointTestResult
MultiPointTestResult(ProbabilityCalculator calculator, float defaultProbability)
          Constructs a new MultiPointTestResult
 

Uses of ProbabilityCalculator in org.jasen.core.calculators
 

Classes in org.jasen.core.calculators that implement ProbabilityCalculator
 class AverageCalculator
           Calculates the final probability using a simple average (mean) function.
 class CompoundCalculator
           Calculates the combined probability using the standard compound probability algorithm.
 

Uses of ProbabilityCalculator in org.jasen.core.engine
 

Methods in org.jasen.core.engine that return ProbabilityCalculator
 ProbabilityCalculator Jasen.getCalculator()
          Gets the calculator used to calculate the combined probabilities of all the tests
 

Methods in org.jasen.core.engine with parameters of type ProbabilityCalculator
 void Jasen.setCalculator(ProbabilityCalculator calculator)
          Sets the calculator used to calculate the combined probabilities of all the tests