Interface ChildThreadSupportingTermination<Solution_,Scope_>
- All Known Implementing Classes:
BasicPlumbingTermination,ChildThreadPlumbingTermination
@NullMarked
public interface ChildThreadSupportingTermination<Solution_,Scope_>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <Solution_,Scope_>
ChildThreadSupportingTermination<Solution_,Scope_> assertChildThreadSupport(Termination<Solution_> termination) createChildThreadTermination(Scope_ scope, ChildThreadType childThreadType)
-
Method Details
-
createChildThreadTermination
- Parameters:
scope- EitherSolverScopeorAbstractPhaseScope- Returns:
- not null
-
assertChildThreadSupport
static <Solution_,Scope_> ChildThreadSupportingTermination<Solution_,Scope_> assertChildThreadSupport(Termination<Solution_> termination)
-