Uses of Class
standup.joke.Template

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

Uses of Template in standup.joke
 

Fields in standup.joke with type parameters of type Template
private  List<Template> Generator.templates
          A List of all Templates accessible to this Generator.
 

Methods in standup.joke that return Template
static Template Template.readXML(Element E)
           
 

Methods in standup.joke that return types with arguments of type Template
private  List<Template> Generator.getCompatibleTemplates(UnifiableCompound templateSpecifier)
          Given a (dereferenced) template specifier, this method returns a list of compatible templates.
private static List<Template> Generator.readTemplates(String filename)
          Reads the template definitions from the given file and returns the resulting List<Template>.