Interface ProcessingStep

All Known Subinterfaces:
ComplexDataItemController<D,V>, LevellingProfileController, NumericalDataItemController<D,V>, PartialController<A>, SelectedValueController<V>

public interface ProcessingStep
  • Method Details

    • process

      List<Modification> process(List<Modification> unprocessed)
      Parameters:
      unprocessed - Modifications left over from previous steps
      Returns:
      Modifications to hand to following steps