Class OpPropFunc

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

public class OpPropFunc extends Op1
Property functions (or any OpBGP replacement) Execution will be per-engine specific
  • Constructor Details

  • Method Details

    • getSubjectArgs

      public PropFuncArg getSubjectArgs()
    • getObjectArgs

      public PropFuncArg getObjectArgs()
    • apply

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

      public void visit(OpVisitor opVisitor)
    • getProperty

      public org.apache.jena.graph.Node getProperty()
    • getName

      public String getName()
    • copy

      public Op1 copy(Op op)
      Specified by:
      copy 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