org.apache.clerezza.rdf.core.sparql.query
Class BinaryOperation
java.lang.Object
org.apache.clerezza.rdf.core.sparql.query.AbstractOperation
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryOperation
public BinaryOperation(String operator,
Expression lhsOperand,
Expression rhsOperand)
getLhsOperand
public Expression getLhsOperand()
getRhsOperand
public Expression getRhsOperand()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.