Class TdbGraphPathEdge


  • public class TdbGraphPathEdge
    extends TdbSessionObject
    Represents an edge (a.k.a. link or relation) in a path such as generated by one of the path analysis functions in TdbGraphSet.

    THIS CLASS IS EXPERIMENTAL. USE WITH CAUTION! ITS INTERFACE MAY CHANGE IN FUTURE RELEASES.

    Since:
    TRIPjxp 3.1
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the edge
      • getWeight

        public double getWeight()
        Returns the weight value associated with this edge.