Uses of Interface
p3j.pppm.IStochasticOccurrence

Packages that use IStochasticOccurrence
p3j.misc.math   
p3j.pppm.parameters   
p3j.pppm.sets   
 

Uses of IStochasticOccurrence in p3j.misc.math
 

Methods in p3j.misc.math with type parameters of type IStochasticOccurrence
<V extends IStochasticOccurrence>
void
RandomNumberChecks.checkProbabilitySetting(String name, Collection<V> objects, List<GeneratorError> errors)
          Tries to repeat values before throwing an exceptions.
<V extends IStochasticOccurrence>
V
RandomNumberChecks.chooseNormalizedRandomObject(Collection<V> objects, james.core.math.random.generators.IRandom rand)
          Choose random object if the sum of all probabilities is 100.
<V extends IStochasticOccurrence>
V
RandomNumberChecks.chooseRandomObject(Collection<V> objects, james.core.math.random.generators.IRandom rand)
          Choose random object if the sum of all probabilities is 100.
protected
<V extends IStochasticOccurrence>
V
RandomNumberChecks.chooseRandomObject(Collection<V> objects, james.core.math.random.generators.IRandom rand, double overallProbSum)
          Choose random entity based on a certain probability sum.
 

Method parameters in p3j.misc.math with type arguments of type IStochasticOccurrence
 double RandomNumberChecks.getProbSum(Collection<? extends IStochasticOccurrence> objects)
          Get the probability sum from a list of of IStochasticOccurrence instances.
 

Uses of IStochasticOccurrence in p3j.pppm.parameters
 

Classes in p3j.pppm.parameters that implement IStochasticOccurrence
 class ParameterAssignment
          One assignment of a parameter instance.
 

Uses of IStochasticOccurrence in p3j.pppm.sets
 

Classes in p3j.pppm.sets that implement IStochasticOccurrence
 class Set
          Represents a set in PPPM.
 



Copyright © 2012. All Rights Reserved.