|
OptaPlanner core 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SupplyManager
Provides a Supply
for subsystems that submit a Demand
.
Method Summary | ||
---|---|---|
|
demand(Demand<S> demand)
Returns the Supply for a Demand , preferably an existing one. |
Method Detail |
---|
<S extends Supply> S demand(Demand<S> demand)
Supply
for a Demand
, preferably an existing one.
If the Supply
doesn't exist yet (as part of the domain model or externalized), it creates and attaches it.
S
- demand
- never null
|
OptaPlanner core 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |