Interface Component

All Known Implementing Classes:
AbstractConnectedComponent, AbstractSynchronousComponent, ConnectedComponent, SynchronousComponent

public interface Component
A set of connected bus in the network.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    Get buses in the component.
    Get buses in the component.
    int
    Get the number of the component.
    int
    Get the number of bus in the component.
  • Method Details

    • 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.