com.hp.hpl.jena.sparql.algebra.op
Class OpSequence
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.OpN
com.hp.hpl.jena.sparql.algebra.op.OpSequence
- All Implemented Interfaces:
- Op, Named, PrintSerializable, Printable
public class OpSequence
- extends OpN
A "sequence" is a join-like operation where it is know that the
the output of one step can be fed into the input of the next
(that is, no scoping issues arise).
create
public static OpSequence create()
create
public static Op create(Op left,
Op right)
getName
public String getName()
visit
public void visit(OpVisitor opVisitor)
equalTo
public boolean equalTo(Op op,
NodeIsomorphismMap labelMap)
- Specified by:
equalTo
in interface Op
- Specified by:
equalTo
in class OpBase
apply
public Op apply(Transform transform,
List<Op> elts)
- Specified by:
apply
in class OpN
copy
public Op copy(List<Op> elts)
- Specified by:
copy
in class OpN
Licenced under the Apache License, Version 2.0