wugle.expression
Interface Distributive
- All Superinterfaces:
- BinaryOperator, java.lang.Cloneable, Expression, Operator
- All Known Implementing Classes:
- LogicBinaryOperator
- public interface Distributive
- extends BinaryOperator
canDistributeExpand
public boolean canDistributeExpand()
distributeExpand
public Distributive distributeExpand()
throws java.lang.Exception
java.lang.Exception
canDistributeReduce
public boolean canDistributeReduce()
distributeReduce
public Distributive distributeReduce()
throws java.lang.Exception
java.lang.Exception