Package org.problets.domain.template

Class Summary
ProcessedTemplate Holds a sub-template of a problem template, the code corresponding to it in the code text, and for control constructs, a reference to the control construct object that will execute it.
Template Template To hold the template being used for the current problem Author: Amruth Kumar
TemplateParser Provides static methods to parse a template
TemplateWithContext Enhances a Template object with context - pre/prac/post-test, type of feedback, etc.