Uses of Package
standup.unify

Packages that use standup.unify
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.sql Provides classes and interfaces that handle access to the STANDUP lexical database, currently implemented as a relational database using PostgreSQL server. 
standup.unify This package provides unification facilities used during the STANDUP joke generation process. 
 

Classes in standup.unify used by standup.joke
Bindings
          Stores the results of a unification.
Unifiable
          Represents a unifiable object.
UnifiableCompound
          Implementation of compound object.
UnifiableConstant
          Represents a unifiable String constant.
UnifiableList
          Represents a unifiable list.
UnifiableListVar
          Represents a unifiable list of UnifiableVariables.
UnifiableVariable
          Represents a unifiable variable.
 

Classes in standup.unify used by standup.lexicon
Unifiable
          Represents a unifiable object.
 

Classes in standup.unify used by standup.sql
Unifiable
          Represents a unifiable object.
 

Classes in standup.unify used by standup.unify
Bindings
          Stores the results of a unification.
Unifiable
          Represents a unifiable object.
UnifiableCompound
          Implementation of compound object.
UnifiableConstant
          Represents a unifiable String constant.
UnifiableList
          Represents a unifiable list.
UnifiableListVar
          Represents a unifiable list of UnifiableVariables.
UnifiableVariable
          Represents a unifiable variable.