Interface EducationalObjectiveConnectionLogic

All Known Implementing Classes:
DefaultConnectLogic
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EducationalObjectiveConnectionLogic
contains logic used to connect Educational_objectives and Reservations to each other
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(EntityList educationalObjectives, EntityList reservations)
    connect Educational_objectives and Reservation to each other
  • Method Details

    • run

      void run(EntityList educationalObjectives, EntityList reservations) throws InterruptedException
      connect Educational_objectives and Reservation to each other
      Parameters:
      educationalObjectives - a list of Educational_objectives
      reservations - a list of Reservations
      Throws:
      InterruptedException