Uses of Interface
net.sourceforge.rpgee.dice.RandomValueResultMapper

Packages that use RandomValueResultMapper
net.sourceforge.rpgee.dice   
 

Uses of RandomValueResultMapper in net.sourceforge.rpgee.dice
 

Methods in net.sourceforge.rpgee.dice that return RandomValueResultMapper
 RandomValueResultMapper AbstractRandomValue.getMapper()
           
 RandomValueResultMapper RandomValue.getMapper()
           
 RandomValueResultMapper AbstractRandomValueGenerator.getRandomValueResultMapper()
           
 RandomValueResultMapper RandomValueGenerator.getRandomValueResultMapper()
          Returns the local result mapper
 

Methods in net.sourceforge.rpgee.dice that return types with arguments of type RandomValueResultMapper
 java.util.List<RandomValueResultMapper> RandomizerPackageMetadata.getResultMappersApplicableToRandomValueGenerator(RandomValueGenerator g)
           
 

Methods in net.sourceforge.rpgee.dice with parameters of type RandomValueResultMapper
protected abstract  RandomValue AbstractGeneratedRandomValue._getRandomValue(java.lang.Object dieConfig, RandomValueResultMapper mapper)
          Produce a RandomValue for this Roll using dieConfig and everything else we know
 RandomValue AbstractGeneratedRandomValue.addRandomValue(java.lang.Object dieConfig, RandomValueResultMapper mapper)
           
 RandomValue GeneratedRandomValue.addRandomValue(java.lang.Object dieConfig, RandomValueResultMapper mapper)
           
 int RandomNumberProducer.produceRandomNumber(java.lang.Object dieConfig, RandomValueResultMapper mapper)
           
 void AbstractRandomValueGenerator.setRandomValueResultMapper(RandomValueResultMapper mapper)
           
 void RandomValueGenerator.setRandomValueResultMapper(RandomValueResultMapper mapper)
          Set the code that maps values in die rolls to result strings.
 

Constructors in net.sourceforge.rpgee.dice with parameters of type RandomValueResultMapper
AbstractRandomValue(java.lang.Integer _sides, RandomValueResultMapper _mapper)
           
AbstractRandomValue(java.lang.Integer _sides, RandomValueResultMapper _mapper, RandomValue _original)
           
 



Copyright © 2006 An Infinite Number of Monkeys. All Rights Reserved.