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.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP