Interface SourcedVariableListener<Solution_>
- All Superinterfaces:
AbstractVariableListener<Solution_,,Object> AutoCloseable,Closeable,Supply
- All Known Subinterfaces:
ListVariableStateSupply<Solution_>
- All Known Implementing Classes:
ExternalizedAnchorVariableSupply,ExternalizedCollectionInverseVariableSupply,ExternalizedSingletonInverseVariableSupply,ListVariableTracker,VariableTracker
public interface SourcedVariableListener<Solution_>
extends AbstractVariableListener<Solution_,Object>, Supply
Used to externalize data for a
Supply from the domain model itself.-
Method Summary
Methods inherited from interface ai.timefold.solver.core.api.domain.variable.AbstractVariableListener
afterEntityAdded, afterEntityRemoved, beforeEntityAdded, beforeEntityRemoved, close, resetWorkingSolution
-
Method Details
-
getSourceVariableDescriptor
VariableDescriptor<Solution_> getSourceVariableDescriptor()
-