wugle.expression
Interface Dominatable

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

public interface Dominatable
extends BinaryOperator


Method Summary
 boolean canDominate()
           
 Dominator dominate()
           
 
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

canDominate

public boolean canDominate()

dominate

public Dominator dominate()
                   throws java.lang.Exception
java.lang.Exception