Uses of Interface
uchicago.src.sim.network.ProbabilityRule

Packages that use ProbabilityRule
uchicago.src.sim.network   
 

Uses of ProbabilityRule in uchicago.src.sim.network
 

Classes in uchicago.src.sim.network that implement ProbabilityRule
 class AbstractProbabilityRule
          Implements some generic functionality for ProbabilityRule-s.
 class UniformReinforcement
          A ProbabiltyRule that implements uniform reinforcement.
 

Methods in uchicago.src.sim.network with parameters of type ProbabilityRule
 void Linker.setProbabilityRule(ProbabilityRule probRule)
          Sets the ProbabilityRule used by this Linker.
 

Constructors in uchicago.src.sim.network with parameters of type ProbabilityRule
Linker(ProbabilityRule probRule)
          Creates a Linker that uses the specified ProbabilityRule to determine link creation.