|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.scoring.logic.Statement
public class Statement
specifies a statement to be evaluated
| Constructor Summary | |
|---|---|
Statement(StatementType statement)
Construct a statement to be executed |
|
| Method Summary | |
|---|---|
void |
executeLogic(Context context)
execute this statement |
void |
validateTypes(java.util.HashMap<java.lang.String,LiteralType> varTypes,
java.util.HashMap<java.lang.String,TestData> testsInfo)
Attempts to validate the type-correctness of all constituent LogicCodeEvaluatable logic code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statement(StatementType statement)
statement - statement to execute| Method Detail |
|---|
public void executeLogic(Context context)
throws LogicException
executeLogic in interface LogicCodeExecutablecontext - contains the current context of the logic processor
LogicException - thrown if an exception occurs while processing the logic
public void validateTypes(java.util.HashMap<java.lang.String,LiteralType> varTypes,
java.util.HashMap<java.lang.String,TestData> testsInfo)
throws LogicException
LogicCodeExecutable
validateTypes in interface LogicCodeExecutablevarTypes - contains the type of value stored by each variable (variables names are keys)testsInfo - information about each test item keyed on test item names this logic may hold
LogicException - thrown if an exception if an invalid test, test result, or test option is found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||