org.apache.clerezza.rdf.core.sparql.query
Class BinaryOperation

java.lang.Object
  extended by org.apache.clerezza.rdf.core.sparql.query.AbstractOperation
      extended by org.apache.clerezza.rdf.core.sparql.query.BinaryOperation
All Implemented Interfaces:
Expression

public class BinaryOperation
extends AbstractOperation

Defines an operation with two operands: a left hand side and a right hand side operand.

Author:
hasan

Constructor Summary
BinaryOperation(String operator, Expression lhsOperand, Expression rhsOperand)
           
 
Method Summary
 Expression getLhsOperand()
           
 Expression getRhsOperand()
           
 
Methods inherited from class org.apache.clerezza.rdf.core.sparql.query.AbstractOperation
getOperatorString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryOperation

public BinaryOperation(String operator,
                       Expression lhsOperand,
                       Expression rhsOperand)
Method Detail

getLhsOperand

public Expression getLhsOperand()

getRhsOperand

public Expression getRhsOperand()


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