Uses of Interface
eu.larkc.core.Resource

Packages that use Resource
eu.larkc.core.pluginManager.remote.GAT   
eu.larkc.core.pluginManager.remote.Servlet.Tomcat   
eu.larkc.core.query LarKC Data Layer API 
 

Uses of Resource in eu.larkc.core.pluginManager.remote.GAT
 

Classes in eu.larkc.core.pluginManager.remote.GAT that implement Resource
 class GatResourceDescription
          The class represents remote resource's properties for the remote execution with GAT
 

Uses of Resource in eu.larkc.core.pluginManager.remote.Servlet.Tomcat
 

Classes in eu.larkc.core.pluginManager.remote.Servlet.Tomcat that implement Resource
 class JeeResourceDescription
          The class represents remote resource's properties for the remote execution with JEE
 

Uses of Resource in eu.larkc.core.query
 

Subinterfaces of Resource in eu.larkc.core.query
 interface KeywordQuery
          A keyword query that consists of a number of search keywords, e.g.
 interface Query
          LarKC platform generic query type.
 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 Resource
 class KeywordQueryImpl
           
 class SPARQLQueryImpl
          SPARQLQueryImpl is the default SPARQLQuery implementation.
 class TriplePatternQueryImpl
          TODO Describe this type briefly.