Class ElementState<T extends LfElement>

java.lang.Object
com.powsybl.openloadflow.network.ElementState<T>
Direct Known Subclasses:
BranchState, BusDcState, HvdcState

public class ElementState<T extends LfElement> extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Details

    • element

      protected final T extends LfElement element
    • disabled

      protected final boolean disabled
  • Constructor Details

    • ElementState

      public ElementState(T element)
  • Method Details