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