org.apache.clerezza.rdf.core.sparql.query
Class AbstractOperation
java.lang.Object
org.apache.clerezza.rdf.core.sparql.query.AbstractOperation
- All Implemented Interfaces:
- Expression
- Direct Known Subclasses:
- BinaryOperation, UnaryOperation
public abstract class AbstractOperation
- extends Object
- implements Expression
Defines an operation in an Expression. An operation has an operator
and one or more operands.
- Author:
- hasan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOperation
public AbstractOperation(String operator)
getOperatorString
public String getOperatorString()
- A string representation of the operator
- Returns:
- The operator as a string
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.