| |
|
| java.lang.Object com.projity.pm.assignment.functor.ClosureCollectionSum
ClosureCollectionSum | public class ClosureCollectionSum implements CalculationVisitor,DoubleValue(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.
|
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.
|
getTotal | public double getTotal()(Code) | | Returns the total. |
getValue | public double getValue()(Code) | | Returns the value. |
initialize | public void initialize()(Code) | | |
isCumulative | public boolean isCumulative()(Code) | | |
reset | public void reset()(Code) | | |
|
|
|