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

Packages that use RandomValue
net.sourceforge.rpgee.dice   
 

Uses of RandomValue in net.sourceforge.rpgee.dice
 

Classes in net.sourceforge.rpgee.dice that implement RandomValue
 class AbstractRandomValue
           
 

Methods in net.sourceforge.rpgee.dice that return RandomValue
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)
           
 RandomValue AbstractRandomValue.getOriginalValue()
           
 RandomValue RandomValue.getOriginalValue()
           
 RandomValue RandomValueHandler.transform(RandomValue x, GeneratedRandomValue generated)
           
 

Methods in net.sourceforge.rpgee.dice that return types with arguments of type RandomValue
 java.util.List<RandomValue> AbstractGeneratedRandomValue.getHandledValues()
           
 java.util.List<RandomValue> GeneratedRandomValue.getHandledValues()
           
 java.util.List<RandomValue> AbstractGeneratedRandomValue.getRandomValues()
           
 java.util.List<RandomValue> GeneratedRandomValue.getRandomValues()
           
 

Methods in net.sourceforge.rpgee.dice with parameters of type RandomValue
 void AbstractGeneratedRandomValue.addRandomValue(RandomValue v)
           
 void GeneratedRandomValue.addRandomValue(RandomValue v)
           
 RandomValue RandomValueHandler.transform(RandomValue x, GeneratedRandomValue generated)
           
 

Method parameters in net.sourceforge.rpgee.dice with type arguments of type RandomValue
 java.lang.String AbstractRandomValueGenerator.getRandomValuesAsString(java.util.List<RandomValue> roll)
           
 java.lang.String RandomValueGenerator.getRandomValuesAsString(java.util.List<RandomValue> roll)
          GameMapModel the dice rolls in roll with a mapper if available
 

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



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