wugle.expression.logic
Interface ImpliesRule

All Superinterfaces:
BinaryOperator, java.lang.Cloneable, Expression, Operator
All Known Implementing Classes:
Implies, Or

public interface ImpliesRule
extends BinaryOperator


Method Summary
 ImpliesRule impliesRule()
           
 
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
 

Method Detail

impliesRule

public ImpliesRule impliesRule()