org.problets.domain.template
Class ProcessedTemplate
java.lang.Object
org.problets.domain.template.ProcessedTemplate
public class ProcessedTemplate
- extends java.lang.Object
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.
- Author:
- Amruth Kumar
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessedTemplate
public ProcessedTemplate(java.lang.String inTemplate)
getLineNumber
public int getLineNumber()
getExecutor
public ControlModel getExecutor()
getTemplate
public java.lang.String getTemplate()
setLineNumber
public void setLineNumber(int inLineNumber)
setExecutor
public void setExecutor(ControlModel inExecutor)
main
public static void main(java.lang.String[] args)