Interface SolutionStore
- All Known Implementing Classes:
SolutionStoreImpl
public interface SolutionStore
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(SolutionStoreListener listener) booleanvoidremoveListener(SolutionStoreListener listener) booleansubmit(VersionWithObjectiveValue version)
-
Method Details
-
submit
-
getSolutions
List<VersionWithObjectiveValue> getSolutions() -
hasEnoughSolution
boolean hasEnoughSolution() -
addListener
-
removeListener
-