Class DirectedEdge

java.lang.Object
org.cristalise.kernel.graph.model.DirectedEdge
Direct Known Subclasses:
GraphableEdge

public abstract class DirectedEdge extends Object
  • Constructor Details

    • DirectedEdge

      public DirectedEdge()
  • Method Details

    • containsPoint

      public boolean containsPoint(GraphPoint p)
      Used by the GUI only, and does not work with MultiPoints. Checks if the given point is 'close' to the Edge
      Parameters:
      p - the point to check
      Returns:
      true if the point is 'close' to the Edge
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object