public class ValuatorSet extends Object
| Constructor and Description |
|---|
ValuatorSet() |
| Modifier and Type | Method and Description |
|---|---|
ValuatorSet |
add(Valuator e)
Answer this ValuatorSet after adding the Valuator
e to it. |
boolean |
evalBool(IndexValues vv)
Answer true iff no Valuator in this set evaluates to
false. |
boolean |
isNonTrivial()
Answer true iff evaluating this ValuatorSet runs some Valuators.
|
public boolean isNonTrivial()
public ValuatorSet add(Valuator e)
e to it.public boolean evalBool(IndexValues vv)
false. The
Valuators are evaluated in an unspecified order, and evaluation ceases as
soon as any Valuator has returned false.Licenced under the Apache License, Version 2.0