Interface SortingServiceFactory


public interface SortingServiceFactory
Factory service for sorter configurations. The implementing class provides all sorter configurations that a student implemented. Whether the teacher tests test a configuration is decided by SorterConfiguration.applyTeacherTests().
Author:
Pieter van den Hombergh / Richard van den Ham.
  • Method Details

    • streamSorterConfigurations

      Stream<SorterConfiguration> streamSorterConfigurations()
      Get all configured sorter configurations.
      Returns:
      a stream of all configured sorter configurations.