|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.model.DomainModel
org.problets.domain.model.control.ControlModel
org.problets.domain.model.control.ConditionControl
public class ConditionControl
Serves as the base class for selection and iteration statements all of which have a condition
Field Summary | |
---|---|
static java.lang.String |
INCORRECT_TYPE
Incorrect data type of condition - applies to Java, C# |
Fields inherited from class org.problets.domain.model.control.ControlModel |
---|
ABORT_EXECUTION, BREAK_EXECUTION, CONTINUE_EXECUTION, END_EXECUTION, INFINITE_EXECUTION, RETURN_EXECUTION, RUN_TIME_ERROR_EXECUTION, SKIP_EXECUTION |
Constructor Summary | |
---|---|
ConditionControl(java.lang.String inTemplate)
|
Method Summary | |
---|---|
java.lang.String[] |
getPossibleErrors()
Method to return errors for variables May want to post-process based on Student Model |
static void |
main(java.lang.String[] args)
|
Methods inherited from class org.problets.domain.model.control.ControlModel |
---|
explainProcess, getCode, getCodeLength, getName, getStartLineNumber |
Methods inherited from class org.problets.domain.model.DomainModel |
---|
clone, getId, getIdName, grade |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INCORRECT_TYPE
Constructor Detail |
---|
public ConditionControl(java.lang.String inTemplate)
Method Detail |
---|
public java.lang.String[] getPossibleErrors()
ControlModel
getPossibleErrors
in class ControlModel
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |