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.
contains logic used to connect Educational_objectives and Reservations to each other
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(EntityList educationalObjectives, EntityList reservations) connect Educational_objectives and Reservation to each other
-
Method Details
-
run
connect Educational_objectives and Reservation to each other- Parameters:
educationalObjectives
- a list of Educational_objectivesreservations
- a list of Reservations- Throws:
InterruptedException
-