Class CYKAlgorithmsExport

    • Constructor Detail

      • CYKAlgorithmsExport

        public CYKAlgorithmsExport​(Grammar grammar)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • writeToStream

        public void writeToStream​(java.lang.String filename)
                           throws java.lang.Exception
        Overrides:
        writeToStream in class IterationsExport
        Throws:
        java.lang.Exception
      • appendChildIteration

        public void appendChildIteration​(java.util.Set<java.lang.String>[][] V)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • appendEncodingTrees

        public void appendEncodingTrees​(java.lang.String encoding,
                                        java.lang.String tree)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception