Class AbstractSynchronousComponent
java.lang.Object
com.powsybl.iidm.network.components.AbstractSynchronousComponent
- All Implemented Interfaces:
Component
- Direct Known Subclasses:
SynchronousComponent
- Author:
- Mathieu Bague <[email protected]>
-
Constructor Details
-
AbstractSynchronousComponent
protected AbstractSynchronousComponent(int num, int size)
-
-
Method Details
-
getBusPredicate
-
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.
-
getSize
public int getSize()Description copied from interface:Component
Get the number of bus in the component. -
getBuses
Description copied from interface:Component
Get buses in the component. -
getBusStream
Description copied from interface:Component
Get buses in the component.- Specified by:
getBusStream
in interfaceComponent
-
getNetwork
-