public class TdbGraphPathVertex extends TdbSessionObject
THIS CLASS IS EXPERIMENTAL. USE WITH CAUTION! ITS INTERFACE MAY CHANGE IN FUTURE RELEASES.
TdbGraphPathEdge
,
TdbGraphPath
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatabaseName()
Returns the name of the database this vertex is associated with.
|
TdbGraphPathEdge |
getOutputEdge()
Get the outut edge this path vertex is associated with.
|
TdbRecord |
getRecord(boolean createFields,
boolean retrieve)
Return a TdbRecord object for this graph vertex.
|
int |
getRecordId()
Returns the record id (RID) of the record this vertex is associated with
|
cancel, getSession, isCancelable, setCancelable
public TdbRecord getRecord(boolean createFields, boolean retrieve) throws TdbException
createFields
- True set the record up to retrieve all field values.retrieve
- True to execute the 'get()' operation on the record before it is returnedTdbException
public java.lang.String getDatabaseName()
public int getRecordId()
public TdbGraphPathEdge getOutputEdge()