Class OpSequence

  • All Implemented Interfaces:
    org.apache.jena.atlas.io.Printable, Op, Named, PrintSerializable

    public class OpSequence
    extends OpN
    A "sequence" is a join-like operation where it is known that the output of one step can be fed into the input of the next (that is, no scoping issues arise).
    • Method Detail

      • create

        public static Op create​(Op left,
                                Op right)
      • getName

        public java.lang.String getName()
      • visit

        public void visit​(OpVisitor opVisitor)
      • apply

        public Op apply​(Transform transform,
                        java.util.List<Op> elts)
        Specified by:
        apply in class OpN
      • copy

        public OpN copy​(java.util.List<Op> elts)
        Specified by:
        copy in class OpN