Interface LfElement

All Superinterfaces:
PropertyBag
All Known Subinterfaces:
LfBranch, LfBus, LfHvdc, LfShunt
All Known Implementing Classes:
AbstractElement, AbstractImpedantLfBranch, AbstractLfBranch, AbstractLfBus, AbstractLfShunt, LfBranchImpl, LfBusImpl, LfDanglingLineBranch, LfDanglingLineBus, LfHvdcImpl, LfLegBranch, LfShuntImpl, LfStandbyAutomatonShunt, LfStarBus, LfSwitch, LfTieLineBranch

public interface LfElement extends PropertyBag
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • getId

      String getId()
    • getOriginalIds

      List<String> getOriginalIds()
    • getType

      ElementType getType()
    • getNum

      int getNum()
    • setNum

      void setNum(int num)
    • isDisabled

      boolean isDisabled()
    • setDisabled

      void setDisabled(boolean disabled)
    • getNetwork

      LfNetwork getNetwork()