Class GraphDTO

java.lang.Object
cz.metacentrum.perun.utils.graphs.GraphDTO

public class GraphDTO extends Object
Class used for serializing graph data.
Author:
Vojtech Sassmann <vojtech.sassmann@gmail.com>
  • Constructor Details

    • GraphDTO

      public GraphDTO()
    • GraphDTO

      public GraphDTO(String graph, String format)
  • Method Details

    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • getGraph

      public String getGraph()
    • setGraph

      public void setGraph(String graph)