Uses of Interface
eu.larkc.core.query.Query

Packages that use Query
eu.larkc.core.query LarKC Data Layer API 
 

Uses of Query in eu.larkc.core.query
 

Subinterfaces of Query in eu.larkc.core.query
 interface KeywordQuery
          A keyword query that consists of a number of search keywords, e.g.
 interface SPARQLQuery
          The class represent a SPARQL query that might be executed by a SPARQL endpoint.
 interface TriplePatternQuery
           
 

Classes in eu.larkc.core.query that implement Query
 class KeywordQueryImpl
           
 class SPARQLQueryImpl
          SPARQLQueryImpl is the default SPARQLQuery implementation.
 class TriplePatternQueryImpl
          TODO Describe this type briefly.