| org.cougaar.planning.ldm.plan.ConstraintEvent
All known Subclasses: org.cougaar.planning.ldm.plan.AbsoluteConstraintEvent,
ConstraintEvent | public interface ConstraintEvent (Code) | | |
Field Summary | |
double | NOVALUE This value is used to denote an unknown aspect value in all
constraint events. |
NOVALUE | double NOVALUE(Code) | | This value is used to denote an unknown aspect value in all
constraint events.
|
getAspectType | int getAspectType()(Code) | | The aspect involved in this end of the constraint.
the aspect type of the preference or allocation result. |
getResultValue | double getResultValue()(Code) | | |
getTask | Task getTask()(Code) | | Return the task, if any. AbsoluteConstraintEvents have no task.
the task. null is returned for absolute constraints. |
getValue | double getValue()(Code) | | |
isConstraining | boolean isConstraining()(Code) | | Tests if this is a constraining (vs. constrained) event.
|
|
|