Class GraphYaml


  • public class GraphYaml
    extends Object
    • Constructor Detail

      • GraphYaml

        public GraphYaml()
      • GraphYaml

        public GraphYaml​(GraphInfo graphInfo)
    • Method Detail

      • getDumperOptions

        public static org.yaml.snakeyaml.DumperOptions getDumperOptions()
      • getRepresenter

        public static org.yaml.snakeyaml.representer.Representer getRepresenter()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • setVertices

        public void setVertices​(List<String> vertices)
      • setEdges

        public void setEdges​(List<String> edges)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)