Uses of Class
standup.joke.FLevel

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

Uses of FLevel in standup.joke
 

Fields in standup.joke declared as FLevel
static FLevel FLevel.fl1
           
static FLevel FLevel.fl2
           
static FLevel FLevel.fl3
           
static FLevel FLevel.fl4
           
static FLevel FLevel.fl5
           
static FLevel FLevel.fl6
           
static FLevel FLevel.fl7
           
static FLevel FLevel.fl8
           
static FLevel FLevel.fl9
           
private  FLevel OptionsJokeGeneration.fLevel
           
(package private)  FLevel InstantiationConstraintFLevel.fLevel
           
 

Fields in standup.joke with type parameters of type FLevel
(package private)  Vector<FLevel> OptionsGUIJokeGeneration.vectorFLevels
           
 

Methods in standup.joke that return FLevel
 FLevel OptionsJokeGeneration.getFLevel()
           
static FLevel FLevel.getFLevel(float fcQ, float fcA)
           
static FLevel FLevel.getFLevel(String label)
           
 

Methods in standup.joke with parameters of type FLevel
 void OptionsJokeGeneration.setFLevel(FLevel fl)
           
 

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