Package jline.api.sn
Class SnPrintKt
-
- All Implemented Interfaces:
public final class SnPrintKt
-
-
Method Summary
Modifier and Type Method Description final static UnitsnPrint(NetworkStruct sn)Prints comprehensive information about a NetworkStruct. -
-
Method Detail
-
snPrint
final static Unit snPrint(NetworkStruct sn)
Prints comprehensive information about a NetworkStruct. This function displays all fields, matrices, lists, and maps in a formatted manner useful for debugging and inspection.
- Parameters:
sn- the NetworkStruct object to print
-
-
-
-