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

public class OpSlice extends OpModifier
  • Constructor Details

    • OpSlice

      public OpSlice(Op subOp, long start, long length)
  • Method Details

    • getLength

      public long getLength()
    • getStart

      public long getStart()
    • copy

      public Op copy()
    • getName

      public String getName()
    • visit

      public void visit(OpVisitor opVisitor)
    • copy

      public Op1 copy(Op subOp)
      Specified by:
      copy in class Op1
    • apply

      public Op apply(Transform transform, Op subOp)
      Specified by:
      apply in class Op1
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class OpBase
    • equalTo

      public boolean equalTo(Op other, NodeIsomorphismMap labelMap)
      Specified by:
      equalTo in interface Op
      Specified by:
      equalTo in class OpBase