Uses of Class
standup.joke.SQLQuerySchema

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

Uses of SQLQuerySchema in standup.joke
 

Methods in standup.joke with parameters of type SQLQuerySchema
 void InstantiationConstraintPhoneticSimilarity.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintNovelty.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintLexiconNone.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintLexiconClause.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintLexiconAllClause.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintLexiconAll.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintLexicon.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintLexemeClause.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintLexeme.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintFamiliarityScore.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraintAmbiguity.handleSchema(SQLQuerySchema schemaSQLQuery)
           
 void InstantiationConstraint.handleSchema(SQLQuerySchema schemaSQLQuery)
          Modifies the given SQLQuerySchema to reflect this constraint.