Class SynchronousComponent

    • Constructor Detail

      • SynchronousComponent

        public SynchronousComponent​(Network network,
                                    int num,
                                    int size)
    • Method Detail

      • getNetwork

        public Network getNetwork()
      • 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