| com.projity.algorithm.CalculationVisitor
All known Subclasses: com.projity.pm.assignment.functor.PersonalContourFactoryVisitor, com.projity.algorithm.ValueSum, com.projity.pm.assignment.functor.SimpleCalculatedValuesFunctor, com.projity.pm.assignment.functor.DateAtValueFunctor, com.projity.pm.assignment.functor.ClosureCollectionSum, com.projity.pm.assignment.functor.AssignmentFieldFunctor, com.projity.algorithm.ValueDivision, com.projity.algorithm.ValueOf, com.projity.algorithm.ValueDifference,
CalculationVisitor | public interface CalculationVisitor extends Closure(Code) | | An interface for functors called from within a SelectFrom as a field, or from the GroupBy
|
initialize | public void initialize()(Code) | | |
isCumulative | public boolean isCumulative()(Code) | | |
reset | public void reset()(Code) | | |
|
|