Class BusNode

  • All Implemented Interfaces:
    BaseNode

    public class BusNode
    extends Node
    Author:
    Benoit Jeanson , Nicolas Duchene, Geoffroy Jamgotchian , Franck Lecuyer
    • Method Detail

      • calculateCoord

        public void calculateCoord​(LayoutParameters layoutParameters)
      • setCell

        public void setCell​(Cell cell)
        Overrides:
        setCell in class Node
      • getPxWidth

        public double getPxWidth()
      • setPxWidth

        public void setPxWidth​(double widthBus)
      • getPosition

        public Position getPosition()
      • setPosition

        public void setPosition​(Position position)
      • setBusBarIndexSectionIndex

        public void setBusBarIndexSectionIndex​(int busbarIndex,
                                               int sectionIndex)
      • getBusbarIndex

        public int getBusbarIndex()
      • setBusbarIndex

        public void setBusbarIndex​(int busbarIndex)
      • getSectionIndex

        public int getSectionIndex()
      • setSectionIndex

        public void setSectionIndex​(int sectionIndex)