| org.cougaar.planning.ldm.plan.Predictor
All known Subclasses: org.cougaar.mlm.plugin.sample.MCCPredictor,
Predictor | public interface Predictor extends Serializable(Code) | | A Predictor is an object intended to be available on an
Entity Asset which provides a prediction of how the
associated remote agent WOULD respond if it were allocated a given
task. The predictor should be self-contained, meaning that it should
not require any resources other than those of the provided task and
its own internal resources to provide the allocation response.
It should be noted that a Predictor is not required for every
Entity Asset : some agents will not provide Predictors.
It is anticipated that a predictor class will be optionally specified in
a agent's initialization file (.ini) which will allow
the agent to pass an instance of the predictor embedded in the
Entity Asset copy of itself when it hooks up with other agents.
|
|
|