Uses of Class
uchicago.src.collection.RangeMap

Packages that use RangeMap
uchicago.src.sim.network   
 

Uses of RangeMap in uchicago.src.sim.network
 

Methods in uchicago.src.sim.network that return RangeMap
 RangeMap Linker.getMap()
          Returns the probability map.
 RangeMap UniformReinforcement.makeProbabilityMap(RangeMap map)
           
 RangeMap ProbabilityRule.makeProbabilityMap(RangeMap map)
          Recreates the probability map from the specified map, typically called after update changes the probability.
 RangeMap AbstractProbabilityRule.makeProbabilityMap(RangeMap map)
          Recreate the probability map for the list of Objects contained by this AbstractProbabilityRule using the specified RangeMap.
 

Methods in uchicago.src.sim.network with parameters of type RangeMap
 RangeMap UniformReinforcement.makeProbabilityMap(RangeMap map)
           
 RangeMap ProbabilityRule.makeProbabilityMap(RangeMap map)
          Recreates the probability map from the specified map, typically called after update changes the probability.
 RangeMap AbstractProbabilityRule.makeProbabilityMap(RangeMap map)
          Recreate the probability map for the list of Objects contained by this AbstractProbabilityRule using the specified RangeMap.