Class ToCanonical


  • @Deprecated
    public class ToCanonical
    extends java.lang.Object
    Deprecated.
    Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").
    Read in a template and convert it to a canonical format.
    • Constructor Summary

      Constructors 
      Constructor Description
      ToCanonical()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Deprecated.
      Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").
      • Methods inherited from class java.lang.Object

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

      • ToCanonical

        public ToCanonical()
        Deprecated.
    • Method Detail

      • main

        @Deprecated
        public static void main​(java.lang.String[] args)
        Deprecated.
        Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").