com.hp.hpl.jena.sparql.algebra
Interface Op

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

public interface Op
extends PrintSerializable, Printable, Named


Method Summary
 boolean equalTo(Op other, NodeIsomorphismMap labelMap)
           
 void visit(OpVisitor opVisitor)
           
 
Methods inherited from interface com.hp.hpl.jena.sparql.util.PrintSerializable
output, toString
 
Methods inherited from interface org.openjena.atlas.io.Printable
output
 
Methods inherited from interface com.hp.hpl.jena.sparql.util.Named
getName
 

Method Detail

visit

void visit(OpVisitor opVisitor)

equalTo

boolean equalTo(Op other,
                NodeIsomorphismMap labelMap)


Licenced under the Apache License, Version 2.0