Class BranchEdge


  • public class BranchEdge
    extends Edge
    Author:
    Massimo Ferraro , Slimane Amar , Florian Dupuy
    • Constructor Detail

      • BranchEdge

        public BranchEdge​(String id,
                          Node node1,
                          Node node2)
    • Method Detail

      • getId

        public String getId()
      • getSnakeLine

        public List<Point> getSnakeLine()
      • setSnakeLine

        public void setSnakeLine​(List<Point> snakeLine)
      • writeJson

        public void writeJson​(com.fasterxml.jackson.core.JsonGenerator generator,
                              boolean includeCoordinates)
                       throws IOException
        Throws:
        IOException