Uses of Class
swBackend.SWQueryResult

Packages that use SWQueryResult
swBackend   
swQuery   
 

Uses of SWQueryResult in swBackend
 

Methods in swBackend that return SWQueryResult
 SWQueryResult SWBackendKaon.executeQuery(java.lang.String query)
          Executes a query and returns a SWQueryResult that contains a list of Concepts, Instances, Properties and Objects, all represented as (the last part of ) the URI of the entities.
 SWQueryResult IAbstractionLayer.executeQuery(java.lang.String query)
          Executes a query and returns a SWQueryResult that contains a list of Concepts, Instances, Properties and Objects, all represented as (the last part of ) the URI of the entities.
 

Uses of SWQueryResult in swQuery
 

Methods in swQuery that return SWQueryResult
protected  SWQueryResult QueryBean.doQuery(java.lang.String query)