Package jline.api.sn

Class SnPrintKt

  • All Implemented Interfaces:

    
    public final class SnPrintKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit snPrint(NetworkStruct sn) Prints comprehensive information about a NetworkStruct.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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