|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wugle.expression.AbstractExpression | +--wugle.expression.AbstractBinaryOperator | +--wugle.expression.logic.Xor
Field Summary | |
static java.lang.String |
SYMBOL
|
Fields inherited from class wugle.expression.AbstractExpression |
log, operation |
Constructor Summary | |
Xor(Expression leftChild,
Expression rightChild)
|
Method Summary | |
void |
commute()
Performs the Commutative Law. |
DoubleNegatable |
doubleNegate()
|
BinaryOperator |
xorRule()
|
Methods inherited from class wugle.expression.AbstractBinaryOperator |
clone, getLeftChild, getRightChild, isEqual, setChild, setLeftChild, setRightChild, toString |
Methods inherited from class wugle.expression.AbstractExpression |
getParent, getSymbol, setParent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wugle.expression.BinaryOperator |
getLeftChild, getRightChild, setLeftChild, setRightChild |
Methods inherited from interface wugle.expression.Operator |
setChild |
Methods inherited from interface wugle.expression.Expression |
clone, getParent, getSymbol, isEqual, setParent |
Field Detail |
public static java.lang.String SYMBOL
Constructor Detail |
public Xor(Expression leftChild, Expression rightChild)
Method Detail |
public void commute()
Commutative
p v q
to
q v p
.
commute
in interface Commutative
ExpressionOperation.commute(Commutative)
public DoubleNegatable doubleNegate()
doubleNegate
in interface DoubleNegatable
public BinaryOperator xorRule()
xorRule
in interface XorRule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |