Class ComponentAdapter

  • All Implemented Interfaces:
    Component

    public class ComponentAdapter
    extends Object
    implements Component
    Author:
    Thomas Adam
    • Method Detail

      • getNum

        public int getNum()
        Description copied from interface: Component
        Get the number of the component.

        The biggest one has the number zero and the smallest has the highest number.

        Specified by:
        getNum in interface Component
      • getSize

        public int getSize()
        Description copied from interface: Component
        Get the number of bus in the component.
        Specified by:
        getSize in interface Component
      • getDelegate

        protected I getDelegate()
      • getIndex

        protected com.powsybl.iidm.mergingview.MergingViewIndex getIndex()