|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Predictor
This interface represents weight predictors. It computes the weight of a valuation from its domain. We recommend strongly to consider the following design propositions:
Valuation
object.
Method Summary | |
---|---|
int |
predict(Domain dom)
Predicts the weight of a valuation from its domain. |
Method Detail |
---|
int predict(Domain dom)
dom
- The domain to compute the valuation's weight.
dom
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |