Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
com.tietoenator.trip.jxp.graph |
[EXPERIMENTAL] Graph database querying and manipulation.
|
Modifier and Type | Method and Description |
---|---|
TdbSearchSet |
TdbSearch.addSearchSet(int searchId)
Associates a pre-existing search set with this TdbSearch instance.
|
TdbSearchSet |
TdbSearch.getLastSearchSet()
Returns a TdbSearchSet object for the last search conducted via this
TdbSearch instance.
|
TdbSearchSet |
TdbSearch.getSearchSet(int index)
Returns a TdbSearchSet object for a search associated with this TdbSearch instance.
|
TdbSearchSet |
TdbSearch.getSearchSetById(int searchId)
Retrieve a TdbSearchSet object for the specified search id.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TdbSearchSet> |
TdbSearch.iterator()
Returns an iterator over the search sets in the current search object.
|
java.util.List<TdbSearchSet> |
TdbSearch.searchSets()
A read-only list of the TdbSearchSet objects associated with
this TdbSearch instance.
|
Modifier and Type | Method and Description |
---|---|
TdbSearchSet |
TdbGraphSet.resolveSources()
Resolve target vertices to a search set of the regular records they
represent.
|
TdbSearchSet |
TdbGraphSet.resolveTargets()
Resolve target vertices to a search set of the regular records they
represent.
|
TdbSearchSet |
TdbGraphQueryResult.toSearchSet()
Returns a TdbSearchSet object for this query result.
|