Uses of Class
org.problets.domain.model.implement.RandomModel

Packages that use RandomModel
org.problets.domain.model.implement   
 

Uses of RandomModel in org.problets.domain.model.implement
 

Methods in org.problets.domain.model.implement that return RandomModel
static RandomModel SymbolTable.getRandomValue(int index)
          Fetches the random value (RandomModel object) of the given index in the symbol table.
static RandomModel SymbolTable.getRandomValue(java.lang.String template, java.lang.String contextDataType)
          Fetches the random value (RandomModel object) corresponding to the template.