Uses of Class
standup.joke.AllowableAmbiguity

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

Uses of AllowableAmbiguity in standup.joke
 

Fields in standup.joke declared as AllowableAmbiguity
private  AllowableAmbiguity OptionsJokeGeneration.allowableAmbiguity
           
(package private)  AllowableAmbiguity InstantiationConstraintAmbiguity.allowableAmbiguity
          The allowed ambiguity
 

Methods in standup.joke that return AllowableAmbiguity
 AllowableAmbiguity OptionsJokeGeneration.getAllowableAmbiguity()
           
private static AllowableAmbiguity OptionsJokeGeneration.parseAllowableAmbiguity(String aaString)
           
static AllowableAmbiguity AllowableAmbiguity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AllowableAmbiguity[] AllowableAmbiguity.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 AllowableAmbiguity
 void OptionsJokeGeneration.setAllowableAmbiguity(AllowableAmbiguity allowableAmbiguity)
           
 

Constructors in standup.joke with parameters of type AllowableAmbiguity
InstantiationConstraintAmbiguity(AllowableAmbiguity aa)
          Constructor is very simple -- just provide the two threshold values: the first for the question lexemes, and the second for the answer lexemes.
OptionsJokeGeneration(JokeCacheBehaviour jokeCacheBehaviour, FLevel fLevel, List<String> usedJokeTypes, List<String> allowedSchemaLabels, AllowableAmbiguity allowableAmbiguity, double phoneticSimilarity, boolean dupeCheck)
          Constructor method where options are supplied directly