|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.algebra.op.OpBase
com.hp.hpl.jena.sparql.algebra.op.Op2
com.hp.hpl.jena.sparql.algebra.op.OpLeftJoin
public class OpLeftJoin
| Method Summary | |
|---|---|
Op |
apply(Transform transform,
Op left,
Op right)
|
Op |
copy(Op newLeft,
Op newRight)
|
static Op |
create(Op left,
Op right,
Expr expr)
|
static Op |
create(Op left,
Op right,
ExprList exprs)
|
boolean |
equalTo(Op op2,
NodeIsomorphismMap labelMap)
|
ExprList |
getExprs()
|
String |
getName()
|
void |
visit(OpVisitor opVisitor)
|
| Methods inherited from class com.hp.hpl.jena.sparql.algebra.op.Op2 |
|---|
getLeft, getRight, hashCode, setLeft, setRight |
| Methods inherited from class com.hp.hpl.jena.sparql.algebra.op.OpBase |
|---|
equals, output, output |
| Methods inherited from class com.hp.hpl.jena.sparql.util.PrintSerializableBase |
|---|
toString, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.hp.hpl.jena.sparql.util.PrintSerializable |
|---|
toString |
| Method Detail |
|---|
public static Op create(Op left,
Op right,
ExprList exprs)
public static Op create(Op left,
Op right,
Expr expr)
public ExprList getExprs()
public String getName()
public Op apply(Transform transform,
Op left,
Op right)
apply in class Op2public void visit(OpVisitor opVisitor)
public Op copy(Op newLeft,
Op newRight)
copy in class Op2
public boolean equalTo(Op op2,
NodeIsomorphismMap labelMap)
equalTo in interface OpequalTo in class OpBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||