com.hp.hpl.jena.sparql.algebra.op
Class Op2
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.algebra.op.OpBase
com.hp.hpl.jena.sparql.algebra.op.Op2
- All Implemented Interfaces:
- Op, Named, PrintSerializable, Printable
- Direct Known Subclasses:
- OpConditional, OpDiff, OpJoin, OpLeftJoin, OpMinus, OpUnion
public abstract class Op2
- extends OpBase
Super class for operators that combine two sub-operators
|
Constructor Summary |
Op2(Op left,
Op right)
|
| Methods inherited from interface com.hp.hpl.jena.sparql.algebra.Op |
visit |
| Methods inherited from interface com.hp.hpl.jena.sparql.util.Named |
getName |
Op2
public Op2(Op left,
Op right)
getLeft
public Op getLeft()
getRight
public Op getRight()
apply
public abstract Op apply(Transform transform,
Op left,
Op right)
copy
public abstract Op2 copy(Op left,
Op right)
hashCode
public int hashCode()
- Specified by:
hashCode in class OpBase
Licenced under the Apache License, Version 2.0