Uses of Package
org.apache.clerezza.rdf.core.sparql.query

Packages that use org.apache.clerezza.rdf.core.sparql.query
org.apache.clerezza.rdf.core.access This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various implementations. 
org.apache.clerezza.rdf.core.sparql   
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Classes in org.apache.clerezza.rdf.core.sparql.query used by org.apache.clerezza.rdf.core.access
AskQuery
          This interface represents a SPARQL ASK query.
ConstructQuery
          This interface represents a SPARQL CONSTRUCT query.
DescribeQuery
          This interface represents a SPARQL SELECT query.
Query
          This interface represents a SPARQL query.
SelectQuery
          This interface represents a SPARQL SELECT query.
 

Classes in org.apache.clerezza.rdf.core.sparql.query used by org.apache.clerezza.rdf.core.sparql
AskQuery
          This interface represents a SPARQL ASK query.
ConstructQuery
          This interface represents a SPARQL CONSTRUCT query.
DescribeQuery
          This interface represents a SPARQL SELECT query.
Query
          This interface represents a SPARQL query.
SelectQuery
          This interface represents a SPARQL SELECT query.
 

Classes in org.apache.clerezza.rdf.core.sparql.query used by org.apache.clerezza.rdf.core.sparql.query
AbstractOperation
          Defines an operation in an Expression.
DataSet
          This interface definition is not yet stable and may change in future.
Expression
          This interface models logical, relational, and numeric expression.
GraphPattern
          This is the generic interface for all types of graph patterns: BasicGraphPattern, GroupGraphPattern, GraphGraphPattern, AlternativeGraphPattern, and OptionalGraphPattern
GroupGraphPattern
          Defines a group graph pattern.
OrderCondition
          Defines an order condition in an ORDER BY clause.
Query
          This interface represents a SPARQL query.
QueryWithSolutionModifier
          This interface represents a SPARQL query which contains a specification of solution modifiers: ORDER BY, OFFSET, and LIMIT.
ResourceOrVariable
          Wraps either a Resource or a Variable
TriplePattern
          Defines a triple pattern consisting of a subject, a predicate, and an object.
UriRefOrVariable
          Wraps either a UriRef or a Variable.
Variable
          Defines a Variable.
 

Classes in org.apache.clerezza.rdf.core.sparql.query used by org.apache.clerezza.rdf.core.sparql.query.impl
AlternativeGraphPattern
          Defines alternative graph patterns.
AskQuery
          This interface represents a SPARQL ASK query.
BasicGraphPattern
          Defines a basic graph pattern.
ConstructQuery
          This interface represents a SPARQL CONSTRUCT query.
DataSet
          This interface definition is not yet stable and may change in future.
DescribeQuery
          This interface represents a SPARQL SELECT query.
Expression
          This interface models logical, relational, and numeric expression.
GraphGraphPattern
          Defines a graph graph pattern.
GraphPattern
          This is the generic interface for all types of graph patterns: BasicGraphPattern, GroupGraphPattern, GraphGraphPattern, AlternativeGraphPattern, and OptionalGraphPattern
GroupGraphPattern
          Defines a group graph pattern.
OptionalGraphPattern
          Specifying an optional graph pattern implies the existence of a main graph pattern.
OrderCondition
          Defines an order condition in an ORDER BY clause.
Query
          This interface represents a SPARQL query.
QueryWithSolutionModifier
          This interface represents a SPARQL query which contains a specification of solution modifiers: ORDER BY, OFFSET, and LIMIT.
ResourceOrVariable
          Wraps either a Resource or a Variable
SelectQuery
          This interface represents a SPARQL SELECT query.
TriplePattern
          Defines a triple pattern consisting of a subject, a predicate, and an object.
UriRefOrVariable
          Wraps either a UriRef or a Variable.
Variable
          Defines a Variable.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.