Method Summary |
|
public ExpressionSet | add(Expression e) Answer this expressionset after e has been anded into it. |
public boolean | isComplex() Answer true iff this ExpressionSet is non-trivial (ie non-empty). |
public Iterator | iterator() Answer an iterator over all the Expressions in this ExpressionSet. |
public ValuatorSet | prepare(VariableIndexes vi) Answer a ValuatorSet which contains exactly the valuators for each
Expression in this ExpressionSet, prepared against the VariableIndexes vi. |
public String | toString() Answer a string representing this ExpressionSet for human consumption. |