java.lang.Object
repast.simphony.visualization.cgd.graph.CGDEdge

public class CGDEdge extends Object
  • Field Details

    • maxEIndex

      public static int maxEIndex
    • source

      protected CGDNode source
    • target

      protected CGDNode target
    • points

      protected Point2D.Double[] points
  • Constructor Details

  • Method Details

    • getSource

      public CGDNode getSource()
    • getTarget

      public CGDNode getTarget()
    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int i)
    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String s)
    • getPoints

      public Point2D.Double[] getPoints()
    • setPoints

      public void setPoints(Point2D.Double[] _points)