Class CustomEdge

java.lang.Object
org.jgrapht.graph.DefaultEdge
qsardes.molecule.CustomEdge
All Implemented Interfaces:
Serializable, Cloneable

public final class CustomEdge extends org.jgrapht.graph.DefaultEdge
JGraphT customized edge.
See Also:
  • Constructor Details

    • CustomEdge

      public CustomEdge()
  • Method Details

    • get_source

      public Integer get_source()
      Gets the edge source.
      Returns:
    • get_target

      public Integer get_target()
      Gets the edge target.
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class org.jgrapht.graph.DefaultEdge
    • clone

      public Object clone()
      Overrides:
      clone in class Object