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).
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
create
public static OpSequence create()
create
public static Op create(Op left,
Op right)
getName
public java.lang.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,
java.util.List<Op> elts)
- Specified by:
apply in class OpN
copy
public Op copy(java.util.List<Op> elts)
- Specified by:
copy in class OpN
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.