Uses of Interface
org.apache.clerezza.rdf.core.sparql.query.Expression

Packages that use Expression
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Uses of Expression in org.apache.clerezza.rdf.core.sparql.query
 

Classes in org.apache.clerezza.rdf.core.sparql.query that implement Expression
 class AbstractOperation
          Defines an operation in an Expression.
 class BinaryOperation
          Defines an operation with two operands: a left hand side and a right hand side operand.
 class BuiltInCall
          Defines a built-in call which is one form of Expression.
 class FunctionCall
          Defines a function call which is one form of Expression.
 class LiteralExpression
          Wraps a Literal in an Expression.
 class UnaryOperation
          Defines an operation with a single operand.
 class UriRefExpression
          Wraps a UriRef in an Expression.
 class Variable
          Defines a Variable.
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return Expression
 Expression OrderCondition.getExpression()
           
 Expression BinaryOperation.getLhsOperand()
           
 Expression UnaryOperation.getOperand()
           
 Expression BinaryOperation.getRhsOperand()
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return types with arguments of type Expression
 List<Expression> BuiltInCall.getArguements()
           
 List<Expression> FunctionCall.getArguements()
           
 List<Expression> GroupGraphPattern.getFilter()
           
 

Constructors in org.apache.clerezza.rdf.core.sparql.query with parameters of type Expression
BinaryOperation(String operator, Expression lhsOperand, Expression rhsOperand)
           
UnaryOperation(String operator, Expression operand)
           
 

Constructor parameters in org.apache.clerezza.rdf.core.sparql.query with type arguments of type Expression
BuiltInCall(String name, List<Expression> arguments)
           
FunctionCall(UriRef name, List<Expression> arguments)
           
 

Uses of Expression in org.apache.clerezza.rdf.core.sparql.query.impl
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return Expression
 Expression SimpleOrderCondition.getExpression()
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return types with arguments of type Expression
 List<Expression> SimpleGroupGraphPattern.getFilter()
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type Expression
 void SimpleGroupGraphPattern.addConstraint(Expression constraint)
          Adds a constraint to the GroupGraphPattern.
 

Constructors in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type Expression
SimpleOrderCondition(Expression expression, boolean ascending)
           
 



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