| |
|
| java.lang.Object com.projity.pm.assignment.functor.DateAtValueFunctor
DateAtValueFunctor | public class DateAtValueFunctor implements CalculationVisitor(Code) | | Will determine the date when a value is achieved. The process is rather tricky since there are fixed costs
to take into account. This fuctor is used when calculating reverse queries.
|
subtotal | double subtotal(Code) | | |
execute | public void execute(Object object)(Code) | | Increment the subtotal by adding up all child functors. If the value is achieved, calculate the
instant in the range at which it occurs.
|
getDate | public long getDate()(Code) | | Get the date which the value occurs. Will be 0 if it never occurs
|
initialize | public void initialize()(Code) | | |
isCumulative | public boolean isCumulative()(Code) | | |
reset | public void reset()(Code) | | |
|
|
|