public class TdbGraphPathEdge extends TdbSessionObject
THIS CLASS IS EXPERIMENTAL. USE WITH CAUTION! ITS INTERFACE MAY CHANGE IN FUTURE RELEASES.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the edge
|
TdbGraphPathVertex |
getTarget()
Returns the target vertex.
|
double |
getWeight()
Returns the weight value associated with this edge.
|
cancel, getSession, isCancelable, setCancelable
public java.lang.String getName()
public double getWeight()
public TdbGraphPathVertex getTarget()