Interface SupplyManager<Solution_>
- 
- All Known Implementing Classes:
- VariableListenerSupport
 
 public interface SupplyManager<Solution_>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description <Supply_ extends Supply>
 Supply_demand(Demand<Solution_,Supply_> demand)
 
- 
- 
- 
Method Detail- 
demand<Supply_ extends Supply> Supply_ demand(Demand<Solution_,Supply_> demand) Returns theSupplyfor aDemand, preferably an existing one. If theSupplydoesn't exist yet (as part of the domain model or externalized), it creates and attaches it.- Type Parameters:
- Supply_- Subclass of- Supply
- Parameters:
- demand- never null
- Returns:
- never null
 
 
- 
 
-