java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.workflow.visualization.servlet.GraphRepresentation

public final class GraphRepresentation extends Object
  • Method Details

    • getInstance

      public static GraphRepresentation getInstance(boolean showStart, boolean showEnd)
    • addVertex

      public boolean addVertex(Vertex vertex)
    • addEdge

      public boolean addEdge(Edge edge)
    • getVertexes

      public Set<Vertex> getVertexes()
    • getEdges

      public Set<Edge> getEdges()
    • isShowStart

      public boolean isShowStart()
    • isShowEnd

      public boolean isShowEnd()
    • getVertex

      public Vertex getVertex(String id)
    • getEdgeStyle

      public EdgeStyle getEdgeStyle()
    • setEdgeStyle

      public void setEdgeStyle(EdgeStyle edgeStyle)