Class SimpleLimitsComputer

All Implemented Interfaces:
LimitsComputer<Identifiable<?>,LoadingLimits>

public class SimpleLimitsComputer extends AbstractLimitsComputerWithCache<Identifiable<?>,LoadingLimits>

A limits computer that takes a single limit reduction value for all the identifiers, and applies it on each permanent and temporary limit, for pre- and post-contingency states.

Computed values are stored in cache to avoid recomputing them.

Author:
Etienne Lesot <etienne.lesot at rte-france.com>