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

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

public class UnaryOperation
extends AbstractOperation

Defines an operation with a single operand.

Author:
hasan

Constructor Summary
UnaryOperation(String operator, Expression operand)
           
 
Method Summary
 Expression getOperand()
           
 
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

UnaryOperation

public UnaryOperation(String operator,
                      Expression operand)
Method Detail

getOperand

public Expression getOperand()


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