|
Class Reference
%iKnow.Queries.PathAPI
|
|
![]() |
|||
Private Storage |
This is the main Query class to retrieve Paths as identified by the engine. Paths are sequences of concepts and relations that form a meaningful sub-section of a sentence.
|
|
|
|
This method will return a list of all Paths containing any (if setop = $$$UNION) or all (if setop = $$$INTERSECT) of the entities in the supplied entitylist.
The scope of this query can be limited through supplying a
%iKnow.Filters.Filter object for the filter parameter to restrict the result to those Paths occurring in any source satisfying the filter criteria.Results are sorted by decreasing path ID.
Retrieves paths based on entity IDs.
See also
GetByEntities for a description of the parameters.
Retrieves the paths appearing in any of the sources supplied through sourceidlist.
To get the paths of a virtual source, only a single virtual source can be supplied using its negative ID value (otherwise, -1 is returned).
Returns the number of paths in a domain, optionally restricted to those appearing in a source satisfying the
%iKnow.Filters.Filter object supplied through filter.
Retrieves the number of paths containing the specified entities.
See also
GetByEntities for a description of the parameters.
Retrieves the number of paths containing the specified entity IDs.
See also
GetByEntities for a description of the parameters.
Returns the total number of paths in the sources specified through sourceidlist. Use negative source IDs to refer to virtual sources.
This method will try to find a path corresponding to the supplied list of entities in the specified order. If no path is found, "" is returned.
When specifying a Virtual Source ID, it will treat the path as a virtual one, in the context of that vSrcId.
Returns the sentence ID in which the supplied path ID occurs
Returns the source ID in which the supplied path ID occurs
Returns the sequence of entity values corresponding to the specified path as a
%List .When specifying a Virtual Source ID, it will treat the pathId as a virtual one, in the context of that vSrcId.