public class TdbGraphPath extends TdbSessionObject
THIS CLASS IS EXPERIMENTAL. USE WITH CAUTION! ITS INTERFACE MAY CHANGE IN FUTURE RELEASES.
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the length of the path.
|
TdbGraphPathVertex |
getStartVertex()
Returns the vertex at which the path starts.
|
double |
getWeight()
Returns the total weight of this path.
|
cancel, getSession, isCancelable, setCancelable
public double getWeight()
public int getLength()
public TdbGraphPathVertex getStartVertex()