All Known Subinterfaces:
AnchorVariableSupply, CollectionInverseVariableSupply, IndexVariableSupply, ListVariableElementStateSupply<Solution_>, ListVariableStateSupply<Solution_>, SingletonInverseVariableSupply, SourcedVariableListener<Solution_>
All Known Implementing Classes:
AnchorVariableListener, CollectionInverseVariableListener, ExternalizedAnchorVariableSupply, ExternalizedCollectionInverseVariableSupply, ExternalizedSingletonInverseVariableSupply, IndexVariableListener, ListVariableTracker, MemoizingSupply, SingletonInverseVariableListener, SingletonListInverseVariableListener, VariableTracker

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: