Uses of Class
standup.joke.JokeConstraintType

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

Uses of JokeConstraintType in standup.joke
 

Subclasses of JokeConstraintType in standup.joke
 class JokeConstraintTypes
          A JokeConstraint that constrains a joke to be of one of a given set of JokeTypes.
 

Methods in standup.joke with parameters of type JokeConstraintType
private  List<SchemaTemplatePair> JokeConstraints.filterSTPs(List<SchemaTemplatePair> existingSTPs, JokeConstraintType jc)
          Returns the intersection between existingSTPs, a list of SchemaTemplatePairs, and jc, a JokeConstraintType.