|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.scoring.logic.ExpressionLeftAssociative<RelationalExpression>
cdx.scorebot.scoring.logic.EqualityExpression
public class EqualityExpression
holds an Equality expression
| Field Summary |
|---|
| Fields inherited from class cdx.scorebot.scoring.logic.ExpressionLeftAssociative |
|---|
leftOperand, rightOperands |
| Constructor Summary | |
|---|---|
EqualityExpression(RelationalExpression leftOperand)
instantiate the conditional expression |
|
| Method Summary | |
|---|---|
void |
equal(RelationalExpression operand)
tests this expression for equality with this operand |
void |
not_equal(RelationalExpression operand)
tests this expression for inequality with this operand |
| Methods inherited from class cdx.scorebot.scoring.logic.ExpressionLeftAssociative |
|---|
addOperand, evaluateLogic, evaluateTypeOnly |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface cdx.scorebot.scoring.logic.LogicCodeEvaluatable |
|---|
evaluateLogic, evaluateTypeOnly |
| Constructor Detail |
|---|
public EqualityExpression(RelationalExpression leftOperand)
leftOperand - left operand| Method Detail |
|---|
public void equal(RelationalExpression operand)
operand - the operand to add to the expressionpublic void not_equal(RelationalExpression operand)
operand - the operand to add to the expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||