Interface IGraphDotElement

    • Method Detail

      • toGraphDotString

        String toGraphDotString()
        Creates a string in the graph dot language representing this element.
        Returns:
        This element as a graph dot string.
      • write

        void write​(GraphDotModelWriter writer)
            throws IOException
        Writes this element to the given writer, as a string in the graph dot language representing this element.
        Parameters:
        writer - Writer to write to.
        Throws:
        IOException - When the writer could not be written to.