Interface GameMatrixFormatter

    • Method Detail

      • format

        java.lang.String format​(GameMatrix matrix)
        Formats the input game matrix to a text representation.
        Parameters:
        matrix - the matrix to format to String format.
        Returns:
        a String representation of the game matrix.
      • documentStart

        java.lang.String documentStart()
        Formats the document start part.
        Returns:
        a String representation of the document start.
      • documentEnd

        java.lang.String documentEnd()
        Formats the document end part.
        Returns:
        a String representation of the document end.