|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.scoring.logic.UnaryExpression
public class UnaryExpression
holds a conditional Unary expression
| Constructor Summary | |
|---|---|
UnaryExpression(OperatorType operator,
PrimaryExpression operand)
instantiate the conditional expression |
|
| Method Summary | |
|---|---|
Literal |
evaluateLogic(Context context)
evaluate this logic code in the specified context |
LiteralType |
evaluateTypeOnly(java.util.HashMap<java.lang.String,LiteralType> varTypes,
java.util.HashMap<java.lang.String,TestData> testsInfo)
returns the kind of literal this evaluates to |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnaryExpression(OperatorType operator,
PrimaryExpression operand)
operator - operatoroperand - operand| Method Detail |
|---|
public Literal evaluateLogic(Context context)
throws LogicException
evaluateLogic in interface LogicCodeEvaluatablecontext - contains the current context of the logic processor
LogicException - thrown if an exception occurs while processing the logic
public LiteralType evaluateTypeOnly(java.util.HashMap<java.lang.String,LiteralType> varTypes,
java.util.HashMap<java.lang.String,TestData> testsInfo)
throws LogicException
LogicCodeEvaluatable
evaluateTypeOnly in interface LogicCodeEvaluatablevarTypes - 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 there is a problem with type which prevents this from being evaluated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||