Class GraphvizResponse

  • All Implemented Interfaces:
    Serializable

    public abstract class GraphvizResponse
    extends Response
    A refined Response that can be rendered in Graphviz using the Dot language.
    Author:
    Andrea Burattin
    See Also:
    Serialized Form
    • Constructor Detail

      • GraphvizResponse

        public GraphvizResponse()
    • Method Detail

      • generateDot

        public abstract beamline.graphviz.Dot generateDot()
        Returns the Dot representation of the response
        Returns:
        the Dot representation of the response