| java.lang.Object org.cougaar.planning.ldm.plan.TaskConstraintEvent
TaskConstraintEvent | protected TaskConstraintEvent(NewTask t, int aspect, double value)(Code) | | |
getAspectType | public int getAspectType()(Code) | | |
getResultValue | public double getResultValue()(Code) | | getResultValue()
the allocation result of particular aspect |
getValue | public double getValue()(Code) | | getValue()
the allocation result of particular aspect ifisConstraining else returns the preference on that aspect. |
isConstraining | abstract public boolean isConstraining()(Code) | | |
setValue | public void setValue(double value, int constraintOrder, double slope)(Code) | | setValue sets the aspect value. To be used on a Constrained task
to set the aspect value to a value that will satisfy constraints
|
setValue | public void setValue(double value)(Code) | | setValue sets the aspect value. To be used on a Constrained task
to set the aspect value to a value that will satisfy constraints
|
|
|