Class SubContingenciesProvider

  • All Implemented Interfaces:
    ContingenciesProvider

    public class SubContingenciesProvider
    extends Object
    implements ContingenciesProvider
    A contingencies provider which provides a subset of another provider, defined by a Partition. For exemple, if the other provider defines 10 contingencies, an instance of this provider will return the 5 first contingencies for the partition 1/2, or the 5 next for the partition 2/2.
    Author:
    Sylvain Leclerc