Uses of Interface
standup.xml.XMLsaveable

Packages that use XMLsaveable
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. 
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
standup.profiling This package provides facilities for an arbitrary profileable application to be configurable through user profiles, a collection of files which can be loaded and saved to a specific folder. 
 

Uses of XMLsaveable in standup.clouds
 

Classes in standup.clouds that implement XMLsaveable
 class ProfileCloudFrontend
          This class stores all user parameters relating to the frontend.
 

Uses of XMLsaveable in standup.joke
 

Classes in standup.joke that implement XMLsaveable
 class JokeSet
          This class represents a set of JokeStructures.
 class ProfileJokeGeneration
          A Profile relating to joke generation.
 

Uses of XMLsaveable in standup.lexicon
 

Classes in standup.lexicon that implement XMLsaveable
 class CustomLexicon
          A CustomLexicon is a LexemeSet that has a label and is XMLsaveable.
 class ProfileLexicon
          A Profile relating to lexical resources.
 class Topic
          A Topic represents a collection of Lexemes that are related in some sense, e.g.
 

Uses of XMLsaveable in standup.profiling
 

Classes in standup.profiling that implement XMLsaveable
 class OptionsPackage
          An OptionsPackage contains a collection of Options, and defines a complete configuration of a STANDUP system.
 class Profile
          A subclass of Profile stores user-specific information for a corresponding Profileable implementation.