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

Interface Summary
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.
SelectQuery This interface represents a SPARQL SELECT query.
TriplePattern Defines a triple pattern consisting of a subject, a predicate, and an object.
 

Class Summary
AbstractOperation Defines an operation in an Expression.
BinaryOperation Defines an operation with two operands: a left hand side and a right hand side operand.
BuiltInCall Defines a built-in call which is one form of Expression.
FunctionCall Defines a function call which is one form of Expression.
LiteralExpression Wraps a Literal in an Expression.
ResourceOrVariable Wraps either a Resource or a Variable
UnaryOperation Defines an operation with a single operand.
UriRefExpression Wraps a UriRef in an Expression.
UriRefOrVariable Wraps either a UriRef or a Variable.
Variable Defines a Variable.
 



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