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

public class OpTable extends Op0
  • Method Details

    • unit

      public static OpTable unit()
      Prefer OpLib.unit() for a unit Op. Use this function specifically for a unit table.
    • empty

      public static OpTable empty()
      Prefer OpLib.empty() for a zero Op. Use this function specifically for a zero table.
    • create

      public static OpTable create(Table table)
    • isJoinIdentity

      public boolean isJoinIdentity()
    • getTable

      public Table getTable()
    • getName

      public String getName()
    • visit

      public void visit(OpVisitor opVisitor)
    • apply

      public Op apply(Transform transform)
      Specified by:
      apply in class Op0
    • copy

      public Op0 copy()
      Specified by:
      copy in class Op0
    • 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