Uses of Class
standup.joke.JokeCacheBehaviour

Packages that use JokeCacheBehaviour
standup.joke This package provides joke generation functionality and all its related data structures. 
 

Uses of JokeCacheBehaviour in standup.joke
 

Fields in standup.joke declared as JokeCacheBehaviour
private  JokeCacheBehaviour OptionsJokeGeneration.jokeCacheBehaviour
           
 

Methods in standup.joke that return JokeCacheBehaviour
 JokeCacheBehaviour OptionsJokeGeneration.getJokeCacheBehaviour()
           
private static JokeCacheBehaviour OptionsJokeGeneration.parseJokeCacheBehaviour(String jcbString)
           
static JokeCacheBehaviour JokeCacheBehaviour.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JokeCacheBehaviour[] JokeCacheBehaviour.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in standup.joke with parameters of type JokeCacheBehaviour
 void OptionsJokeGeneration.setJokeCacheBehaviour(JokeCacheBehaviour jokeCacheBehaviour)
           
 

Constructors in standup.joke with parameters of type JokeCacheBehaviour
OptionsJokeGeneration(JokeCacheBehaviour jokeCacheBehaviour, FLevel fLevel, List<String> usedJokeTypes, List<String> allowedSchemaLabels, AllowableAmbiguity allowableAmbiguity, double phoneticSimilarity, boolean dupeCheck)
          Constructor method where options are supplied directly