|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.view.code.synthesis.SynthesisCodeModel
public class SynthesisCodeModel
Merges synthesis annotations in the original template with the corresponding code segments in the code
Constructor Summary | |
---|---|
SynthesisCodeModel()
|
Method Summary | |
---|---|
static java.util.Vector |
getActualAnswer(CodeModel code)
Returns the actual answers for this code-writing problem |
static boolean |
hasAttempted(java.util.Vector codeText)
Returns whether all the code segments have been attempted |
static void |
main(java.lang.String[] args)
|
static java.util.Vector |
preProcessCode(java.util.Vector codeText,
java.lang.String originalTemplate)
|
static void |
preProcessInstructions(CodeModel code)
Preprocesses the instructions for the problem. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynthesisCodeModel()
Method Detail |
---|
public static java.util.Vector getActualAnswer(CodeModel code)
public static java.util.Vector preProcessCode(java.util.Vector codeText, java.lang.String originalTemplate)
public static void preProcessInstructions(CodeModel code)
public static boolean hasAttempted(java.util.Vector codeText)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |