OptaPlanner core 6.2.0.Final

org.optaplanner.core.impl.domain.variable.supply
Interface Supply

All Known Subinterfaces:
AnchorVariableSupply, SingletonInverseVariableSupply, StatefulVariableListener<EntityG>, VariableListener<EntityG>
All Known Implementing Classes:
AnchorVariableListener, ExternalizedAnchorVariableSupply, ExternalizedSingletonInverseVariableSupply, SingletonInverseVariableListener

public interface Supply

Supplies something for 1 or multiple subsystems. Subsystems need to submit a Demand to get a supply, so the supply can be shared or reused from the domain model.

See Also:
Demand, SupplyManager


OptaPlanner core 6.2.0.Final

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.