I'm trying to show the connectedness of an oriented graph, whether it's simply connected, semi-strongly connected, or strongly connected, through the algorithm of ConnectedComponents, I'm only able to see if it's disconnected if getConnectedComponentsCount == 0 or simply connected if getConnectedComponentsCount == 1 has any method to see if it is semi-strongly connected or strongly connected?