Interface Edge

All Superinterfaces:
GraphCell
All Known Implementing Classes:
DefaultEdge

public interface Edge extends GraphCell
Defines the requirements for an object that represents an Edge in a GraphModel.
  • Method Details

    • getSource

      Object getSource()
      Returns the source of the edge.
    • getTarget

      Object getTarget()
      Returns the target of the edge.
    • setSource

      void setSource(Object port)
      Sets the source of the edge.
    • setTarget

      void setTarget(Object port)
      Returns the target of edge.