Interface Component

    • Method Detail

      • getNum

        int getNum()
        Get the number of the component.

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

      • getSize

        int getSize()
        Get the number of bus in the component.
      • getBuses

        Iterable<Bus> getBuses()
        Get buses in the component.
      • getBusStream

        Stream<Bus> getBusStream()
        Get buses in the component.