Interface OperatingStatus<I extends Identifiable<I>>

All Superinterfaces:
Extension<I>
All Known Implementing Classes:
OperatingStatusImpl

public interface OperatingStatus<I extends Identifiable<I>> extends Extension<I>
An extension to describe the operating status of an equipment. This is typically used in addition to an equipment disconnection (so using topological changes), to specify the reason of the disconnection: for instance a planned outage. `Identifiable` is needed as generic type because we also have to support HVDC lines which are not `Connectable`
Author:
Nicolas Noir <nicolas.noir at rte-france.com>