Interface Op

All Superinterfaces:
Named, org.apache.jena.atlas.io.Printable, PrintSerializable
All Known Implementing Classes:
Op0, Op1, Op2, OpAssign, OpBase, OpBGP, OpConditional, OpDatasetNames, OpDiff, OpDisjunction, OpDistinct, OpDistinctReduced, OpExt, OpExtend, OpExtendAssign, OpFilter, OpGraph, OpGroup, OpJoin, OpLabel, OpLateral, OpLeftJoin, OpList, OpMinus, OpModifier, OpN, OpNull, OpOrder, OpPath, OpProcedure, OpProject, OpPropFunc, OpQuad, OpQuadBlock, OpQuadPattern, OpReduced, OpSequence, OpService, OpSlice, OpTable, OpTopN, OpTriple, OpUnion

public interface Op extends PrintSerializable, org.apache.jena.atlas.io.Printable, Named
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equalTo(Op other, NodeIsomorphismMap labelMap)
     
    void
    visit(OpVisitor opVisitor)
     

    Methods inherited from interface org.apache.jena.sparql.util.Named

    getName

    Methods inherited from interface org.apache.jena.atlas.io.Printable

    output

    Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable

    output, toString