Uses of Class
standup.joke.ProfileJokeGeneration

Packages that use ProfileJokeGeneration
standup.clouds This package provides the implementation for the STANDUP user interface. 
standup.joke This package provides joke generation functionality and all its related data structures. 
 

Uses of ProfileJokeGeneration in standup.clouds
 

Methods in standup.clouds with parameters of type ProfileJokeGeneration
(package private)  void Logger.dumpProfilesToLog(ProfileCloudFrontend cfp, ProfileJokeGeneration ubp, ProfileLexicon lcp)
           
 void Logger.startLogging(String username, String version, ProfileCloudFrontend cfp, ProfileJokeGeneration ubp, ProfileLexicon lcp)
           
 

Uses of ProfileJokeGeneration in standup.joke
 

Fields in standup.joke declared as ProfileJokeGeneration
private  ProfileJokeGeneration Backend.profileJokeGeneration
           
 

Methods in standup.joke that return ProfileJokeGeneration
 ProfileJokeGeneration Backend.getProfile()
          Returns the ProfileJokeGeneration currently being used by this Backend.
 ProfileJokeGeneration Backend.loadProfile(File directory)
          Loads the joke generation profile from the specified directory and returns it.