Package com.tietoenator.trip.jxp.graph
Class TdbGraphPathEdge
java.lang.Object
com.tietoenator.trip.jxp.session.TdbSessionObject
com.tietoenator.trip.jxp.graph.TdbGraphPathEdge
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 Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of the edgeReturns the target vertex.double
Returns the weight value associated with this edge.Methods inherited from class com.tietoenator.trip.jxp.session.TdbSessionObject
cancel, getSession, isCancelable, setCancelable
-
Method Details
-
getName
Returns the name of the edge -
getWeight
public double getWeight()Returns the weight value associated with this edge. -
getTarget
Returns the target vertex.
-