Interface PropertyBag

All Known Subinterfaces:
LfBranch, LfBus, LfElement, LfGenerator, LfHvdc, LfLoad, LfShunt, LfStaticVarCompensator, LfVscConverterStation
All Known Implementing Classes:
AbstractElement, AbstractImpedantLfBranch, AbstractLfBranch, AbstractLfBus, AbstractLfGenerator, AbstractLfShunt, LfBatteryImpl, LfBranchImpl, LfBusImpl, LfDanglingLineBranch, LfDanglingLineBus, LfDanglingLineGenerator, LfGeneratorImpl, LfHvdcImpl, LfLegBranch, LfLoadImpl, LfNetwork, LfShuntImpl, LfStandbyAutomatonShunt, LfStarBus, LfStaticVarCompensatorImpl, LfSwitch, LfTieLineBranch, LfVscConverterStationImpl

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

    • getProperty

      Object getProperty(String name)
    • setProperty

      void setProperty(String name, Object value)
    • removeProperty

      void removeProperty(String name)