All Known Subinterfaces:
AnchorVariableSupply, CollectionInverseVariableSupply, IndexVariableSupply, ListVariableStateSupply<Solution_,Entity_,Element_>, SingletonInverseVariableSupply, SourcedBasicVariableListener<Solution_,Entity_>, SourcedListVariableListener<Solution_,Entity_,Element_>
All Known Implementing Classes:
AnchorVariableListener, CollectionInverseVariableListener, DefaultShadowVariableSession, ExternalizedAnchorVariableSupply, ExternalizedCollectionInverseVariableSupply, ExternalizedSingletonInverseVariableSupply, ListVariableTracker, MemoizingSupply, SingletonInverseVariableListener, 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: