Class BusInfo


  • public class BusInfo
    extends Object
    Class used to describe an information element which is displayed at busbar section, which contains one or more of the following:
    • a string on its top
    • a string on its bottom
    • a side to anchor indicator
    • an state power
    Each of these two labels part is optional
    Author:
    Thomas Adam
    • Constructor Detail

      • BusInfo

        public BusInfo​(String componentType)
      • BusInfo

        public BusInfo​(String componentType,
                       String topLabel,
                       String bottomLabel)
    • Method Detail

      • getComponentType

        public String getComponentType()
      • getUserDefinedId

        public String getUserDefinedId()
      • getAnchor

        public Side getAnchor()